From 0bb5ab5a19687a3db3d91b24139562b6a58da56b Mon Sep 17 00:00:00 2001 From: Ryan Kaldari Date: Sat, 12 Jun 2010 21:47:55 +0000 Subject: [PATCH] moving centralNotice styling to extension per comment at r67784 --- skins/vector/main-ltr.css | 5 +---- skins/vector/main-rtl.css | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index a30ff7fd4d..f874c413a3 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; } diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index df76f434f6..80f880857b 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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; } -- 2.20.1