diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 10:17:45 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2016-08-26 10:17:45 +0200 | 
| commit | 67b75b98f0b1902442a53d2d19cb5cd6d3ba0212 (patch) | |
| tree | 786ee4861f9cec4ebe037b67b96cd4ddc2d2eebb | |
| parent | 10c3edc093b13053f63ac764cf593245c72bf4b7 (diff) | |
move about box into container1.07
| -rw-r--r-- | public/static/default.css | 1 | ||||
| -rw-r--r-- | templates/layouts/default.html.ep | 4 | 
2 files changed, 4 insertions, 1 deletions
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)</li>  </div> <!-- container --> +<div class="container">  <div class="about">  <a href="https://finalrewind.org/projects/db-fakedisplay/">db-infoscreen</a>  v<%= stash('version') // '???' %><br/> @@ -203,7 +204,8 @@ v<%= $Travel::Status::DE::IRIS::VERSION %><br/>  © DB Station&Service AG,  Europaplatz 1,  10557 Berlin, lizensiert unter CC-BY 4.0 -</div> +</div> <!-- about --> +</div> <!-- container -->  % }  </body>  | 
