diff options
author | hardythe1 | 2013-11-28 12:30:30 +0530 |
---|---|---|
committer | hardythe1 | 2013-11-28 12:30:30 +0530 |
commit | 0d2ebdcc28f89d397433f3d83035f3568c77fde3 (patch) | |
tree | 4e1527e65b0c50856c13de39b0c79cba4c372424 /website/static/css | |
parent | 0964f44793626bf0fca1e20067d6e2b82ba02e30 (diff) | |
download | SciPy2013-0d2ebdcc28f89d397433f3d83035f3568c77fde3.tar.gz SciPy2013-0d2ebdcc28f89d397433f3d83035f3568c77fde3.tar.bz2 SciPy2013-0d2ebdcc28f89d397433f3d83035f3568c77fde3.zip |
Adding important dates on home page
Diffstat (limited to 'website/static/css')
-rw-r--r-- | website/static/css/main.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/website/static/css/main.css b/website/static/css/main.css index 356245f..9b0c4fd 100644 --- a/website/static/css/main.css +++ b/website/static/css/main.css @@ -57,7 +57,7 @@ font-size: .9em; } #previous-conference{ - height: 200px; + height: 155px; border:2px solid #86c543; text-align: center; } @@ -66,8 +66,22 @@ text-align: center; } #previous-conference td{ - padding: 19px 0; + padding: 11.75px; } +#imp-dates{ + margin-bottom: 5px; + height: 140px; + border:2px solid #86c543; + text-align: center; +} +#imp-dates th{ + width: 1000px; + text-align: center; +} +#imp-dates td{ + padding: 9px; +} + #footer-wrapper{ padding: 25px 0 25px 0; background: #111111; |