Styles for image gallery
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 11 Oct 2013 09:48:55 +0000 (11:48 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Fri, 11 Oct 2013 09:48:55 +0000 (11:48 +0200)
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss

index ef568fc..b3841e2 100644 (file)
     .entry-wrapped .more .read-more:after {
       content: url("/static/img/read-more.png");
       margin-left: .7em; }
+  .entry-wrapped .gallery-item {
+    float: left;
+    width: 300px;
+    text-align: center;
+    margin-top: 2em; }
+  .entry-wrapped .gallery-image {
+    height: 250px;
+    width: 300px;
+    display: table-cell;
+    vertical-align: middle; }
+    .entry-wrapped .gallery-image img {
+      margin: 0; }
 
 .entry-info .entry-wrapped,
 .entry-publications .entry-wrapped {
index c66f59d..e8ddda8 100644 (file)
             margin-left: .7em;
         }
     }
+
+    .gallery-item {
+        float: left;
+        width: 300px;
+        text-align: center;
+        margin-top: 2em;
+    }
+
+    .gallery-image {
+        height: 250px;
+        width: 300px;
+        display: table-cell;
+        vertical-align: middle;
+        img {
+            margin: 0;
+        }
+    }
 }
 
 .entry-info .entry-wrapped,