Minor style tweaks
[prawokultury.git] / prawokultury / static / css / entry.scss
index 2cc65b1..eab5c8c 100644 (file)
         font-size: 1.3em;
     }
 
+    .lead h2,
+    .body h2 {
+        font-size: 1em;
+        font-weight: normal;
+    }
+
     blockquote {
         position:relative;
         left:1em;
 
 .entry-wrapped img.entry-picture {
     float: left;
-    margin: 0 1.5em 1em 0;
+    margin: 1.5em 1.5em 1em 0;
+}
+
+.entry-wrapped .lead ul {
+    overflow: hidden;
+    padding-left: 16px;
 }
 
 .submit-link {