Commit 5e79ff04 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

css: clean: do not cut off bottom of destination and via text

parent c9be504a
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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;
}