summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-08-11 00:24:00 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-08-11 00:24:00 +0200
commit729b72aa4b48514b99da14335f005eecb15a879a (patch)
tree77f63e4bbc0c291f47a17b100eac6fcaacb34780
parent5428fc01006eeae43249800f68e19107e4d3d870 (diff)
use less padding for feed descriptions
-rw-r--r--css/news.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/news.css b/css/news.css
index 465b26326..a4077a755 100644
--- a/css/news.css
+++ b/css/news.css
@@ -53,7 +53,7 @@ ul.controls li { float: left; }
#rightcontent ul { box-sizing: border-box; -moz-box-sizing: border-box; overflow: auto; height: 100%; }
-#rightcontent div.body { padding: 25px; }
+#rightcontent div.body { padding: 10px 25px; }
#rightcontent div.body p { line-height: 1.5; margin: 10px 0; }
#rightcontent div.body a { color: #0000ff; text-decoration: underline; }
#rightcontent div.body ul { padding-left: 15px; list-style-type: disc; }