summaryrefslogtreecommitdiffstats
path: root/css/news.css
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2012-09-06 03:48:10 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2012-09-06 03:48:18 +0200
commitf702e689c13f0d7b3d23b773ab95cea13e3f3c18 (patch)
treea2dc80eb16a22ed080612e15d77c36036b2620a2 /css/news.css
parent24d4d4b6bd3bb821b85bac3d74ea4d1deec59ad8 (diff)
removed xss vulnerabilities in template code
Diffstat (limited to 'css/news.css')
-rw-r--r--css/news.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/news.css b/css/news.css
index 9d5362af9..5bac8546b 100644
--- a/css/news.css
+++ b/css/news.css
@@ -560,7 +560,7 @@ box-shadow: inset 1px 1px 5px -1px #cccccc;
*/
.feed_item div.body {
overflow: hidden;
- padding: .5em 3em 0 3em;
+ padding: .75em 3em 0 3em;
max-width: 55em;
font-size: 1.1em;
clear: both;
@@ -624,7 +624,7 @@ box-shadow: inset 1px 1px 5px -1px #cccccc;
padding: .5em .5em .5em 1em;
background-color: #dadada;
border: 1px solid #ccc;
- margin: .5em 0;
+ margin: .5em 0 1em 0;
background-image: linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
background-image: -o-linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);
background-image: -moz-linear-gradient(top, rgb(215,215,215) 0%, rgb(220,220,220) 100%);