summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-13 23:26:49 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-13 23:26:49 +0200
commitcc103d1a1a37526a0ccc494667ac5a0e3ae5c19c (patch)
tree88ae33eda077ff4e484bcf65afc543a6f8eb31a1 /css
parent8e2ffb435a9f26aba9f357fa05f9dbea553a1c09 (diff)
fixed problem that scrollbar of feeds was hidden when to many items appeared in it
Diffstat (limited to 'css')
-rw-r--r--css/news.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/css/news.css b/css/news.css
index d5262d06c..1945c160d 100644
--- a/css/news.css
+++ b/css/news.css
@@ -97,7 +97,7 @@ div.feed_controls {
#leftcontent {
width: 23.2em;
top: 3.5em !important;
- padding: 0;
+ padding: 0 0 3em 0;
margin: 0;
z-index: 0;
overflow: hidden;
@@ -109,7 +109,6 @@ div.feed_controls {
position: relative;
overflow: auto;
height: 100%;
- padding: 0 0 7em 0;
box-sizing: border-box;
-moz-box-sizing: border-box;
}