adding position:relative to siteNotice div so that we handle absolute positioning...
authorRyan Kaldari <kaldari@users.mediawiki.org>
Mon, 13 Sep 2010 22:31:41 +0000 (22:31 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Mon, 13 Sep 2010 22:31:41 +0000 (22:31 +0000)
skins/vector/screen.css

index b3f3208..990847b 100644 (file)
@@ -954,6 +954,7 @@ img.thumbborder {
 }
 /* Site Notice (includes notices from CentralNotice extension) */
 #siteNotice {
+       position: relative;
        text-align: center;
        font-size: 0.8em;
        margin: 0;