new register speaker form
[prawokultury.git] / prawokultury / static / css / entry.scss
index e8ddda8..4f39c5b 100644 (file)
 
 .entry-wrapped {
     margin-left: 8em;
+    line-height: 1.8em;
 
     h1, h2 {
         margin: 0;
         color: #ed7f00;
-        font-size: 1.3em;
+        font-size: 1.4em;
 
         a {
             color: #01519a;
@@ -30,7 +31,7 @@
     }
 
     .entry-data {
-        font-size: 1.3em;
+        font-size: 1.4em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
     }
 
     .lead {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     .body {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     blockquote {
         }
     }
 
+    .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;
+        margin-bottom: 2em;
+        td, th {
+            border: 1px #bbb solid;
+            padding: 0.4em;
+        }
+    }
 }
 
 .entry-info .entry-wrapped,