New annoying banner.
[wolnelektury.git] / src / wolnelektury / static / css / annoy.css
index 54dbfba..ea4a643 100755 (executable)
@@ -7,7 +7,6 @@
     font-family: Arial, sans-serif;
     display: block;
     padding: .1em 1em;
-    width: 1em;
     text-align:center;
     border-radius: 0 0 0 1em;
     position: absolute;
 #annoy a#annoy-off:hover {
     cursor: pointer;
 }
+
+@media screen and (min-width: 1024px) {
+    #annoy-content {
+        width: 975px;
+        margin: auto;
+    }
+}