From 5e79ff04c5efd40b9d1d799e7001e035c090e580 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 28 Dec 2014 23:13:04 +0100 Subject: css: clean: do not cut off bottom of destination and via text --- public/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'public') 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; } -- cgit v1.2.3