celery supervisord conf
[wolnelektury.git] / wolnelektury / static / css / master.css
index 0da3236..f4a93e7 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;
 }
@@ -1175,3 +1181,7 @@ div.shown-tags p, div.all-tags p {
 .dictionary-note-source {
     margin-top: -1em;
 }
+
+#footnotes .pagination {
+    margin-top: 1em;
+}