X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0164e6ca0588a270b77d892702e54ef62c31de2..655700e4cde69f00f698a06ca18991eef784ccda:/wolnelektury/static/css/master.css?ds=inline

diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css
index 739ecee91..26c13cc71 100644
--- a/wolnelektury/static/css/master.css
+++ b/wolnelektury/static/css/master.css
@@ -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;
+}
+