table padding
[prawokultury.git] / prawokultury / static / css / entry.scss
index 9814feb..74d68c4 100644 (file)
         }
     }
 
+    .gallery h2 {
+        margin-top: 2em;
+    }
     .gallery-item {
         float: left;
         width: 300px;
         text-align: center;
-        margin-top: 2em;
+        //margin-bottom: 2em;
     }
 
     .gallery-image {
-        height: 250px;
+        height: 300px;
         width: 300px;
         display: table-cell;
         vertical-align: middle;
             margin: 0;
         }
     }
+
+    table {
+        border-collapse: collapse;
+        td, th {
+            border: 1px #bbb solid;
+            padding: 0.4em;
+        }
+    }
 }
 
 .entry-info .entry-wrapped,