diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-10-01 20:57:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-10-01 20:57:12 (GMT) |
commit | f877297006322bd9e55b0e34e71698504ce0a23b (patch) | |
tree | 456bea8c0494965b5845537f68db4227f19afed2 /styles | |
parent | 67e09ae0d91b90846064b6fc94adb416d6654a71 (diff) |
actually printing current week
Diffstat (limited to 'styles')
-rw-r--r-- | styles/shows.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/shows.css b/styles/shows.css index 0191f6b..f241f40 100644 --- a/styles/shows.css +++ b/styles/shows.css @@ -9,3 +9,8 @@ height: 2.5em; width: 100%; } +#current-week { + display: block; + margin: 0.5em; + padding: 0.5em 1em; +} |