]> git.ipfire.org Git - people/shoehn/ipfire.org.git/commitdiff
Fix heavy CSS bug in lists.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Jan 2011 14:04:54 +0000 (15:04 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 1 Jan 2011 14:04:54 +0000 (15:04 +0100)
www/static/css/style.css

index c0682f9f7945d55de3b3282478e4f493e09bb101..ae799116d3d7a4955b01731c9d7b2d2d0135c015 100644 (file)
@@ -219,7 +219,7 @@ img.symbol {
        margin-bottom: 0.5em;
 }
 
-#main_inner ul {
+#main_inner ul.list {
        padding-left: 1.5em;
 }
 
@@ -338,6 +338,10 @@ img.symbol {
        text-align: justify;
 }
 
+.post .entry ul {
+       padding-left: 1em;
+}
+
 .links {
        padding-top: 20px;
        text-transform: lowercase;
@@ -573,7 +577,6 @@ a.feed {
        background-color: #F1F1F1;
 }
 
-<<<<<<< HEAD:www/include/style.css
 #screenshots {
        background-color: #444;
        padding: 10px;