MINOR Rounded corners for notice-wrap layer in CMS

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92762 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-21 03:17:23 +00:00
parent 722fc1defc
commit 05510ca65f

View File

@ -366,11 +366,12 @@
width: auto;
background: #f4f3eb;
border: 1px solid #a9a67d;
margin-top: 6px;
padding: 2px 20px 2px 20px;
font-size: 14px;
font-weight: bold;
line-height: 1.5;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
}
.notice-item-close {