From: River Tarnell Date: Fri, 1 Jul 2005 11:42:17 +0000 (+0000) Subject: sitenotice should have padding or else the text touches the edge of the box X-Git-Tag: 1.5.0beta2~98 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices//%22http:/www.mozilla.com/en-US/firefox/upgrade.html?a=commitdiff_plain;h=f4c77ef0802aff82e952e31a32a0fc497a6a6db0;p=lhc%2Fweb%2Fwiklou.git sitenotice should have padding or else the text touches the edge of the box --- diff --git a/skins/common/common.css b/skins/common/common.css index 1eac63d857..71bed995c4 100644 --- a/skins/common/common.css +++ b/skins/common/common.css @@ -214,6 +214,8 @@ div.townBox dl dd { } #siteNotice { border:1px solid #aaaaaa; + padding-left: 0.5em; + padding-right: 0.5em; } .redirectText { font-size:150%;