summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:18:48 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-16 17:18:48 +0200
commiteaa9f7b14417f1b024428e873e4f0c201f9c8a15 (patch)
tree3d92fb0156cca42216d70a8dd622930b989a567e /css
parent9dd7b4bf79546fe54400cee2a79d01b6a86331cd (diff)
fixed issue that didnt center the text in a feedlink
Diffstat (limited to 'css')
-rw-r--r--css/news.css5
1 files changed, 1 insertions, 4 deletions
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;