diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2014-12-28 23:13:04 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2014-12-28 23:13:04 +0100 | 
| commit | 5e79ff04c5efd40b9d1d799e7001e035c090e580 (patch) | |
| tree | 33dcdbbfbf4e471dcb43b19d980696e7e51d90d3 | |
| parent | c9be504a2c5563eea042566351dbd3e5907cfb13 (diff) | |
css: clean: do not cut off bottom of destination and via text
| -rw-r--r-- | public/default.css | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/public/default.css b/public/default.css index 43eeace..30b57b1 100644 --- a/public/default.css +++ b/public/default.css @@ -81,9 +81,10 @@ div.displayclean li .info {  	position:absolute;  	top:5px;  	left:8em; -	height: 1em; +	height: 1.1em;  	width: 70%;  	overflow: hidden; +	z-index: 2;  }  div.displayclean li .moreinfo { @@ -114,9 +115,10 @@ div.displayclean li .dest {  	font-weight:bold;  	font-size:4em;  	position:absolute; -	top:0.7em; +	top:0.65em;  	left:4.2em;  	width: 70%; +	z-index: 1;  	overflow: hidden;  } | 
