diff options
author | hardythe1 | 2014-12-01 19:38:00 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-01 19:38:00 +0530 |
commit | 3f0a66e2414f2e935d9416a88c5c064bef668995 (patch) | |
tree | f4ad4ef014e40690fd036638ff9c0876e04d7c14 /static/website/css/main.css | |
parent | 923c9eca6ca1056aeef2f3431e30b6286d03c9fb (diff) | |
download | scipy2014-3f0a66e2414f2e935d9416a88c5c064bef668995.tar.gz scipy2014-3f0a66e2414f2e935d9416a88c5c064bef668995.tar.bz2 scipy2014-3f0a66e2414f2e935d9416a88c5c064bef668995.zip |
added timer for registrations
Diffstat (limited to 'static/website/css/main.css')
-rw-r--r-- | static/website/css/main.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index 795ca67..98364c1 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -334,9 +334,10 @@ body { } .register-notify{ - font-size: 1.3em; - background-color: #238E68; - color: black!important; + font-size: 1em; + background-color: aqua; + color: orange!important; + font-family: "sans"; } |