diff options
author | hardythe1 | 2014-12-03 22:34:43 +0530 |
---|---|---|
committer | hardythe1 | 2014-12-03 22:34:43 +0530 |
commit | f733cf8e7bd4a2efc770ab9d8d748a4f9c854f8e (patch) | |
tree | 6c19635920ece3f8652cee56bbc58a647193a2d2 /static/website/css | |
parent | 73aae2ec22b5dea8d5f4fb4774970f4fd411e02e (diff) | |
download | scipy2014-f733cf8e7bd4a2efc770ab9d8d748a4f9c854f8e.tar.gz scipy2014-f733cf8e7bd4a2efc770ab9d8d748a4f9c854f8e.tar.bz2 scipy2014-f733cf8e7bd4a2efc770ab9d8d748a4f9c854f8e.zip |
renamed day 1,2,3 to dates
Diffstat (limited to 'static/website/css')
-rw-r--r-- | static/website/css/main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/website/css/main.css b/static/website/css/main.css index e901fec..7b25722 100644 --- a/static/website/css/main.css +++ b/static/website/css/main.css @@ -340,6 +340,9 @@ body { font-family: "sans"; } +.nav{ + font-weight: bold; +} .table-bordered tr:nth-child(odd){ |