Catch all exception in latest_blog_posts catlogue tag.
[wolnelektury.git] / wolnelektury / media / css / master.css
index bb1e1ee..4e22326 100644 (file)
@@ -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;
+}