From f4c77ef0802aff82e952e31a32a0fc497a6a6db0 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Fri, 1 Jul 2005 11:42:17 +0000 Subject: [PATCH] sitenotice should have padding or else the text touches the edge of the box --- skins/common/common.css | 2 ++ 1 file changed, 2 insertions(+) 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%; -- 2.20.1