pretty cite on main
[wolnelektury.git] / wolnelektury / static / css / master.css
index 739ecee..26c13cc 100644 (file)
@@ -147,6 +147,10 @@ hr {
        border-right: none;
 }
 
+#lang-menu-items {
+    z-index: 1;
+}
+
 /* ======================== */
 /* = Footer with sponsors = */
 /* ======================== */
@@ -1195,4 +1199,22 @@ div.shown-tags p, div.all-tags p {
 /* report */
 .stats td {
     vertical-align: top;
-}
\ No newline at end of file
+}
+
+/* ============ */
+/* = Pictures = */
+/* ============ */
+
+
+#picture-list .picture .title {
+    font-weight: bold;
+}
+
+#picture-list .picture {
+    background-color: white;
+    padding: 0.8em;
+    margin: 0.8em;
+    border: black 1px solid;
+    width: 600px;
+}
+