summaryrefslogtreecommitdiff
path: root/static/website/css
diff options
context:
space:
mode:
authorhardythe12014-11-26 19:04:38 +0530
committerhardythe12014-11-26 19:04:38 +0530
commit1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21 (patch)
treeb5dbdbf5ac862adfc5dd69928466eb30f3c0adbd /static/website/css
parentc7824336b3f22df7210ecf4bfac6b02bb136096a (diff)
downloadscipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.tar.gz
scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.tar.bz2
scipy2014-1dd1c96b3ec97b2a4c1d718a912a40d9ab0d7f21.zip
added counter for registration closure
Diffstat (limited to 'static/website/css')
-rw-r--r--static/website/css/main.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css
index c3f91ff..cd6dae2 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: 960px;
+ max-width: 1010px;
margin: 25px auto 10px;
padding: 0 0 35px 0;
background: #ffffff;
@@ -332,3 +332,10 @@ body {
max-width: 500px;
margin: 20px auto;
}
+
+.register-notify{
+ font-weight: 900;
+ background-color: #ffb732;
+ color: green!important;
+ font-family: -webkit-body;
+}