From 6e686ca398953e548acf85c8b5badcc342149911 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 9 Aug 2015 14:50:49 +0100 Subject: Put the date at the bottom --- web/public/css/taginfo.css | 3 ++- web/views/layout.erb | 2 +- 2 files changed, 3 insertions(+), 2 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; diff --git a/web/views/layout.erb b/web/views/layout.erb index 2665ac9..c1fa12b 100644 --- a/web/views/layout.erb +++ b/web/views/layout.erb @@ -28,7 +28,6 @@ taginfo <% end %> -
<%= h(t.taginfo.data_from) %>: <%= @data_until %> UTC
@@ -78,6 +77,7 @@ <%= h(t.misc.help) %> · <%= h(t.taginfo.wiki) %>
+
This website only works with Javascript! Please enable Javascript in your browser.
-- cgit v1.2.3