From 67b75b98f0b1902442a53d2d19cb5cd6d3ba0212 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 26 Aug 2016 10:17:45 +0200 Subject: move about box into container --- public/static/default.css | 1 + templates/layouts/default.html.ep | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/public/static/default.css b/public/static/default.css index aad8ee6..2534f9e 100644 --- a/public/static/default.css +++ b/public/static/default.css @@ -436,6 +436,7 @@ div.candidatelist a .distance { } div.about { + margin-top: 2em; font-family: Sans-Serif; color: #666666; } diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index bb647b0..a7e6a02 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -191,6 +191,7 @@ nur Züge via Bochum oder Hamm) +
db-infoscreen v<%= stash('version') // '???' %>
@@ -203,7 +204,8 @@ v<%= $Travel::Status::DE::IRIS::VERSION %>
© DB Station&Service AG, Europaplatz 1, 10557 Berlin, lizensiert unter CC-BY 4.0 -
+
+ % } -- cgit v1.2.3