From: Ryan Kaldari Date: Mon, 13 Sep 2010 22:31:41 +0000 (+0000) Subject: adding position:relative to siteNotice div so that we handle absolute positioning... X-Git-Tag: 1.31.0-rc.0~34945 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=0d6229223cd043427f80eb2d825c39132ac33958;p=lhc%2Fweb%2Fwiklou.git adding position:relative to siteNotice div so that we handle absolute positioning better --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index b3f3208be6..990847b987 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -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;