diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:50:49 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:50:49 +0100 |
commit | 6e686ca398953e548acf85c8b5badcc342149911 (patch) | |
tree | a890727a29ab6e68363c4fb30b1d534367e4238f /web/public | |
parent | b0330f4ff6197eab5d9fdd2344a369c0cc7ac838 (diff) | |
download | taginfo-6e686ca398953e548acf85c8b5badcc342149911.tar taginfo-6e686ca398953e548acf85c8b5badcc342149911.tar.gz |
Put the date at the bottom
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 56633a3..c5c759b 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -182,9 +182,10 @@ div#header_logo { float: left; } -div#header_date { +div#footer_date { display: inline-block; float: right; + clear: right; font-size: 80%; text-align: right; color: #808080; |