From eaa9f7b14417f1b024428e873e4f0c201f9c8a15 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 16 Aug 2012 17:18:48 +0200 Subject: fixed issue that didnt center the text in a feedlink --- css/news.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'css') diff --git a/css/news.css b/css/news.css index ba880e685..05a164986 100644 --- a/css/news.css +++ b/css/news.css @@ -185,7 +185,7 @@ div.feed_controls { #feeds .folder { box-sizing: border-box; -moz-box-sizing: border-box; - padding: 0 0 0 2em !important; + padding: .5em 0 .5em 2.5em !important; background-color: #dfdfdf !important; font-weight: bold ; border-bottom: 1px solid #bbb !important; @@ -194,8 +194,6 @@ div.feed_controls { } #feeds .folder a { - padding: .5em 0 .5em .5em; - line-height: 1.5em !important;; float: none; display: inline-block; position: relative; @@ -232,7 +230,6 @@ div.feed_controls { box-sizing: border-box; -moz-box-sizing: border-box; border-bottom: 1px solid #ccc; - line-height: 1.5em; padding-left: 2.5em; -moz-transition: background-color 200ms ease 0s; transition: background-color 200ms ease 0s; -- cgit v1.2.3