moving centralNotice styling to extension per comment at r67784
authorRyan Kaldari <kaldari@users.mediawiki.org>
Sat, 12 Jun 2010 21:47:55 +0000 (21:47 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Sat, 12 Jun 2010 21:47:55 +0000 (21:47 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index a30ff7f..f874c41 100644 (file)
@@ -923,15 +923,12 @@ img.thumbborder {
        padding: .5em 1em;
        vertical-align: middle;
 }
-/* Site Notice */
+/* Site Notice (includes notices from CentralNotice extension) */
 #siteNotice {
        text-align: center;
        font-size: 0.8em;
        margin: 0;
 }
-#centralNotice {
-       margin-bottom: 0.9em;
-}
 #localNotice {
        margin-bottom: 0.9em;
 }
index df76f43..80f8808 100644 (file)
@@ -923,15 +923,12 @@ img.thumbborder {
        padding: .5em 1em;
        vertical-align: middle;
 }
-/* Site Notice */
+/* Site Notice (includes notices from CentralNotice extension) */
 #siteNotice {
        text-align: center;
        font-size: 0.8em;
        margin: 0;
 }
-#centralNotice {
-       margin-bottom: 0.9em;
-}
 #localNotice {
        margin-bottom: 0.9em;
 }