diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 13:55:55 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 13:55:55 +0100 |
commit | 6cb4f503a0bef9c1fb7c37dcd76e6ff94e8f993d (patch) | |
tree | e089df294feb7b5ce3515f0d608efae4e2e619c6 /web/public | |
parent | 41e4fd64e20c1d997f9d2cfa0b5a58d42f516c9a (diff) | |
download | taginfo-6cb4f503a0bef9c1fb7c37dcd76e6ff94e8f993d.tar taginfo-6cb4f503a0bef9c1fb7c37dcd76e6ff94e8f993d.tar.gz |
Remove more absolute positioning
Diffstat (limited to 'web/public')
-rw-r--r-- | web/public/css/taginfo.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index c99c71c..05b0e17 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -178,18 +178,12 @@ div#header { } div#header_date { - position: absolute; - top: 12px; - right: 20px; font-size: 80%; text-align: right; color: #808080; } div#header div#header_forms { - position: absolute; - right: 20px; - top: 31px; } div#header div#header_forms form { |