diff options
author | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:19:28 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-08-09 14:19:28 +0100 |
commit | 2370298139e6c62c1b3790d53a4e18a7c6e25f17 (patch) | |
tree | 18bfb85121a3e537eda4206004745631f0e5ddb9 | |
parent | f9d91963d4d07c4825a32af6e216dbea42b80ab1 (diff) | |
download | taginfo-2370298139e6c62c1b3790d53a4e18a7c6e25f17.tar taginfo-2370298139e6c62c1b3790d53a4e18a7c6e25f17.tar.gz |
Fix footer overlap
-rw-r--r-- | web/public/css/taginfo.css | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/web/public/css/taginfo.css b/web/public/css/taginfo.css index 1d39598..47c7041 100644 --- a/web/public/css/taginfo.css +++ b/web/public/css/taginfo.css @@ -293,12 +293,11 @@ div#footer { } div#footer_left { - position: absolute; + float: left; } div#footer_right { - position: absolute; - right: 0px; + float: right; text-align: right; } |