diff options
Diffstat (limited to 'www/styles')
-rw-r--r-- | www/styles/todo.css | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/www/styles/todo.css b/www/styles/todo.css index f31acee..6062a88 100644 --- a/www/styles/todo.css +++ b/www/styles/todo.css @@ -31,25 +31,30 @@ body { background-color: #36373B; width: 100%; color: white; + padding: 0.5em 0.3em 0.25em 5em; + margin-bottom: 0.5em; } -#header div.date { +#header span.date { font-size: 1.2em; font-weight: bold; - padding: 0.3em 1em 0.2em 5em; + padding-right: 0.3em; } - -#shows div.show { - padding: 0.05em 0; +#header span.week { + font-size: 0.6em; + position: relative; + bottom: 0.3em; + padding-bottom: .15em; } -#shows div:nth-child(odd) { - background-color: white; + +#shows div.show { + padding: 0.2em 0; } #shows div:nth-child(even) { - background-color: #E0E0E0; + background-color: #D8D8D8; } div.show span { |