diff options
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/todo.css | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/www/styles/todo.css b/www/styles/todo.css index 6062a88..0ca11fa 100644 --- a/www/styles/todo.css +++ b/www/styles/todo.css @@ -35,19 +35,24 @@ body { margin-bottom: 0.5em; } -#header span.date { - font-size: 1.2em; - font-weight: bold; - padding-right: 0.3em; +#control { + float: left; + margin-right: 1em; } #header span.week { font-size: 0.6em; position: relative; - bottom: 0.3em; + bottom: 0.35em; padding-bottom: .15em; } +#header span.date { + font-size: 1.2em; + font-weight: bold; + padding-left: 0.3em; +} + #shows div.show { padding: 0.2em 0; |