merge new librarian changes with custom pdf fix
[wolnelektury.git] / wolnelektury / static / css / master.css
index 0da3236..739ecee 100644 (file)
@@ -87,10 +87,16 @@ hr {
 #header #logo img {
     margin-bottom: -1.25em;
 }
-#header #logo a {
+#header a.logo {
     display:block;
     color: #777;
 }
+
+#tagline {
+    color: #777;
+    position: absolute;
+}
+
 #logo a:hover {
     text-decoration: none;
 }
@@ -407,6 +413,11 @@ p .ac_input {
     padding: 0 10px 0 10px;    
 }
 
+#formats .wrap div.download .custom-pdf {
+    text-align: left;
+}
+
+
 #czytamysluchajac {
     margin-top: 2.5em;
 }
@@ -1175,3 +1186,13 @@ div.shown-tags p, div.all-tags p {
 .dictionary-note-source {
     margin-top: -1em;
 }
+
+#footnotes .pagination {
+    margin-top: 1em;
+}
+
+
+/* report */
+.stats td {
+    vertical-align: top;
+}
\ No newline at end of file