summaryrefslogtreecommitdiff
path: root/static/website
diff options
context:
space:
mode:
authorhardythe12014-11-28 18:09:36 +0530
committerhardythe12014-11-28 18:09:36 +0530
commitc851e595bc2ce94ba05a011810f7430c3ddaee2d (patch)
tree2761baddcd37682b4c7338616c2d1501aa30527a /static/website
parentc660e0b2e208721ec35b80a0324f71df8e662584 (diff)
downloadscipy2014-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.css9
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;
}