From 24bf0021f9d1dee642173e76ed98ce34081cd44e Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 28 Apr 2015 22:05:07 +0200 Subject: css improvement for blog link on front page --- en/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'en/index.php') diff --git a/en/index.php b/en/index.php index f9bf60567..5c816f4bd 100644 --- a/en/index.php +++ b/en/index.php @@ -217,9 +217,8 @@ overflow: hidden; } #newslist { display: block; - padding: 10px 20px 10px 20px; - margin: 0px 0px 0px 70px; - margin-left: 70px; + padding: 5px 10px; + margin: 0px 70px; background: rgba(255,255,255, 0.1); border-radius: 4px; color: #ddeeff; @@ -228,6 +227,7 @@ overflow: hidden; } } #newslist a { color: #ddeeff; + text-decoration: none; } -- cgit v1.2.1