diff options
author | hardythe1 | 2014-11-28 18:09:36 +0530 |
---|---|---|
committer | hardythe1 | 2014-11-28 18:09:36 +0530 |
commit | c851e595bc2ce94ba05a011810f7430c3ddaee2d (patch) | |
tree | 2761baddcd37682b4c7338616c2d1501aa30527a /static/website | |
parent | c660e0b2e208721ec35b80a0324f71df8e662584 (diff) | |
download | scipy2014-c851e595bc2ce94ba05a011810f7430c3ddaee2d.tar.gz scipy2014-c851e595bc2ce94ba05a011810f7430c3ddaee2d.tar.bz2 scipy2014-c851e595bc2ce94ba05a011810f7430c3ddaee2d.zip |
changed registration notify color
Diffstat (limited to 'static/website')
-rw-r--r-- | static/website/css/main.css | 9 |
1 files 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; } |