From c851e595bc2ce94ba05a011810f7430c3ddaee2d Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 28 Nov 2014 18:09:36 +0530 Subject: changed registration notify color --- static/website/css/main.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/static/website/css/main.css b/static/website/css/main.css index b0883ec..795ca67 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -12,7 +12,7 @@ body { background-color: #f3f1ea; } #page-wrapper { - max-width: 1010px; + max-width: 1050px; margin: 25px auto 10px; padding: 0 0 35px 0; background: #ffffff; @@ -334,10 +334,9 @@ body { } .register-notify{ - font-weight: 900; - background-color: #284942; - color: white!important; - font-family: -webkit-body; + font-size: 1.3em; + background-color: #238E68; + color: black!important; } -- cgit