summaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-18 22:27:50 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-18 22:27:50 +0200
commitb9b010a72119d8cfc9806ba0842d7fa9247fc94d (patch)
tree6171c1c642f6e45de74609e8bbc9f16e6eb7ee0f /css
parent334d8f160be5e5232f2308c240c8706e92af34da (diff)
more margin for p elements, correct margin for ols
Diffstat (limited to 'css')
-rw-r--r--css/news.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/css/news.css b/css/news.css
index 4f47e35ff..8a2b540dd 100644
--- a/css/news.css
+++ b/css/news.css
@@ -586,14 +586,14 @@ div.add_parentfolder {
.feed_item div.body p {
line-height: 1.5;
- margin: .5em 0;
+ margin: .5em 0 1em 0;
}
.feed_item div.body img {
max-width: 55em;
}
- .feed_item div.body h2 {
+ .feed_item div.body h1, .feed_item div.body h2 {
font-size: 1.25em;
font-weight: bold;
color: #222;
@@ -623,6 +623,11 @@ div.add_parentfolder {
list-style-type: disc;
}
+ .feed_item div.body ol {
+ margin: .5em 0;
+ padding-left: 1.5em;
+ }
+
.feed_item div.body ul li {
cursor: default;
line-height: 1.5em;