"Zobacz naszego bloga" -> "Zobacz nasz blog"
[wolnelektury.git] / wolnelektury / media / css / master.css
index bb1e1ee..76bff57 100644 (file)
@@ -37,9 +37,9 @@ h2 {
 }
 
 h3 {
-    font-size: 1.3em;
+    font-size: 1em;
     font-weight: bold;
-    margin: 0.2em 0 0 0;
+    margin: 0.2em 0 -1em 0;
     color: #333;
 }
 
@@ -567,3 +567,23 @@ div.shown-tags p {
     color: #AAA;
 }
 
+
+/* =========== */
+/* = Columns = */
+/* =========== */
+.column-left {
+    width: 37em;
+    float: left;
+    text-align: justify;
+    margin-top: 1em;
+}
+
+.column-right {
+    margin-left: 40em;
+    text-align: justify;
+    margin-top: 1em;
+}
+
+.see-more {
+    text-align: right;
+}