diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2014-06-26 09:58:59 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2014-06-26 09:58:59 +0200 | 
| commit | 370a78bf91d8377e73a3e7ec420dd1cdb056c054 (patch) | |
| tree | 3d79e424423f185c1c61cb141d61a0a1f16ca92f | |
| parent | 6f41fc71e6fe5bc809ee5be3ebb43487a67992f2 (diff) | |
clean layout: move train details slightly to the left
| -rw-r--r-- | cgi/templates/layouts/default.html.ep | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/cgi/templates/layouts/default.html.ep b/cgi/templates/layouts/default.html.ep index a9782ad..bee9598 100644 --- a/cgi/templates/layouts/default.html.ep +++ b/cgi/templates/layouts/default.html.ep @@ -69,7 +69,7 @@  		font-size:2.1em;  		position:absolute;  		top:5px; -		left:9.6em; +		left:8em;  		height: 1em;  		width: 70%;  		overflow: hidden; @@ -80,7 +80,7 @@  		font-size:2.1em;  		position:absolute;  		top:5px; -		left:9.6em; +		left:8em;  		height: 1em;  		width: 70%;  		overflow: hidden; @@ -92,7 +92,7 @@  		font-size:4em;  		position:absolute;  		top:0.8em; -		left:5em; +		left:4.2em;  		width: 70%;  		overflow: hidden;  	} | 
