From: Ryan Kaldari Date: Sat, 12 Jun 2010 21:47:55 +0000 (+0000) Subject: moving centralNotice styling to extension per comment at r67784 X-Git-Tag: 1.31.0-rc.0~36524 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=0bb5ab5a19687a3db3d91b24139562b6a58da56b;p=lhc%2Fweb%2Fwiklou.git moving centralNotice styling to extension per comment at r67784 --- 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; }