Error class stlying from mt. fixes #6034

git-svn-id: https://develop.svn.wordpress.org/trunk@7115 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-03-01 00:08:00 +00:00
parent 4d02937e6d
commit 3fd9e50acc
1 changed files with 4 additions and 5 deletions

View File

@ -210,10 +210,8 @@ select {
}
.updated, .error {
margin-left: 15px;
margin: auto 25px 20px 15px;
padding: 0 15px;
margin-bottom: 20px;
margin-right: 15px;
}
.updated a, .error a {
@ -232,8 +230,9 @@ select {
}
.error {
background: #FFEFF7;
border: 1px solid #c69;
background: #f00;
border: 1px solid #800;
color: #fff;
}
.narrow {