diff options
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/week.css | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/www/styles/week.css b/www/styles/week.css index 211f1ad..5536059 100644 --- a/www/styles/week.css +++ b/www/styles/week.css @@ -35,6 +35,7 @@ font-size: 1.3em; font-weight: bold; padding: 0.3em 3em; + margin: 0.2em; } #rightcol { @@ -57,7 +58,13 @@ font-weight: bold; text-align: center; padding: 0.3em; - border-bottom: 1px solid white; + border-bottom: 1px solid #eee; +} + +#calendar td.currentweek { + font-size: 1.2em; + font-weight: bold; + background-color: #eee; } #calendar td.week { @@ -66,9 +73,9 @@ } #calendar td.month { - width: 3em; + width: 6em; font-size: 1.2em; font-weight: bold; - border-left: 2px solid white; - border-right: 2px solid white; + border-left: 2px solid #eee; + border-right: 2px solid #eee; } |