Fixing style
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 27 Aug 2013 15:23:19 +0000 (17:23 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Tue, 27 Aug 2013 15:23:19 +0000 (17:23 +0200)
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss

index b9a5033..e8284a9 100644 (file)
   .entry-info .entry-wrapped h1,
   .entry-publications .entry-wrapped h1 {
     font-size: 2em; }
   .entry-info .entry-wrapped h1,
   .entry-publications .entry-wrapped h1 {
     font-size: 2em; }
+  .entry-info .entry-wrapped img.entry-picture,
+  .entry-publications .entry-wrapped img.entry-picture {
+    margin-top: 1.5em; }
 
 .entry-wrapped img.entry-picture {
   float: left;
 
 .entry-wrapped img.entry-picture {
   float: left;
-  margin: 1.5em 1.5em 1em 0; }
+  margin: 0 1.5em 1em 0; }
 
 .entry-wrapped .lead ul {
   overflow: hidden;
 
 .entry-wrapped .lead ul {
   overflow: hidden;
index eab5c8c..99d787b 100644 (file)
     h1 {
         font-size: 2em;
     }
     h1 {
         font-size: 2em;
     }
+
+    img.entry-picture {
+        margin-top: 1.5em;
+    }
 }
 
 .entry-wrapped img.entry-picture {
     float: left;
 }
 
 .entry-wrapped img.entry-picture {
     float: left;
-    margin: 1.5em 1.5em 1em 0;
+    margin: 0 1.5em 1em 0;
 }
 
 .entry-wrapped .lead ul {
 }
 
 .entry-wrapped .lead ul {