Added voluntary_services.html page.
[wolnelektury.git] / wolnelektury / media / css / master.css
index fc0321e..6aa74c6 100644 (file)
@@ -306,6 +306,17 @@ div.shown-tags p {
     text-align: justify;
 }
 
+#description .meta {
+    margin: 0.5em;
+    width: 12em;
+    list-style: none;
+    float: right;
+}
+
+#description dt {
+    font-weight: bold;
+}
+
 #toggle-description, #tagged-object-list .pagination {
     width: 100%;
     height: 1.5em;
@@ -556,3 +567,20 @@ 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;
+}
+