diff options
-rw-r--r-- | notmyidea-cms-fr/static/css/main.css | 2 | ||||
-rw-r--r-- | notmyidea-cms/static/css/main.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/notmyidea-cms-fr/static/css/main.css b/notmyidea-cms-fr/static/css/main.css index ab76379..e5f01c7 100644 --- a/notmyidea-cms-fr/static/css/main.css +++ b/notmyidea-cms-fr/static/css/main.css @@ -15,7 +15,7 @@ /***** Global *****/ /* Body */ body { - background: #F5F4EF url('../images/bg.png'); + background: #F5F4EF; color: #000305; font-size: 87.5%; /* Base font size: 14px */ font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; diff --git a/notmyidea-cms/static/css/main.css b/notmyidea-cms/static/css/main.css index ce0513b..3852ebb 100644 --- a/notmyidea-cms/static/css/main.css +++ b/notmyidea-cms/static/css/main.css @@ -15,7 +15,7 @@ /***** Global *****/ /* Body */ body { - background: #F5F4EF url('../images/bg.png'); + background: #F5F4EF; color: #000305; font-size: 87.5%; /* Base font size: 14px */ font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; |