smaller titles in text
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 7 Mar 2013 15:03:30 +0000 (16:03 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 7 Mar 2013 15:03:30 +0000 (16:03 +0100)
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss

index 79fff9f..9d571e5 100644 (file)
     font-size: 1.3em; }
   .entry-wrapped .body {
     font-size: 1.3em; }
+  .entry-wrapped .lead h2,
+  .entry-wrapped .body h2 {
+    font-size: 1em;
+    font-weight: normal; }
   .entry-wrapped blockquote {
     position: relative;
     left: 1em;
index 2cc65b1..08460c3 100644 (file)
         font-size: 1.3em;
     }
 
+    .lead h2,
+    .body h2 {
+        font-size: 1em;
+        font-weight: normal;
+    }
+
     blockquote {
         position:relative;
         left:1em;