diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 15:36:15 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-13 15:36:15 +0200 | 
| commit | 4a5ba9dbe439f5d02a4973c896b063bcf58196c2 (patch) | |
| tree | 3d9b136cc6fa200c9d60234c3d558b900b8b31eb | |
| parent | f5b52ba5f5c6391a498a242b782f24252aef6bb7 (diff) | |
Template: Destination adjustments
| -rw-r--r-- | share/template.html | 10 | 
1 files changed, 6 insertions, 4 deletions
| diff --git a/share/template.html b/share/template.html index 764d949..0f5b9f0 100644 --- a/share/template.html +++ b/share/template.html @@ -54,10 +54,11 @@  	}  	div.destination { -		top: 1.2em; -		left: 2.9em; -		width: 8em; -		font-size: 2em; +		top: 1.32em; +		left: 3.2em; +		width: 9.2em; +		font-size: 1.8em; +		height: 1em;  	}  	div.platform { @@ -70,6 +71,7 @@  		top: 0em;  		left: 5.8em;  		width: 16.5em; +		height: 1em;  		background-color: white;  		color: #0000ff;  	} | 
