Error class stlying from mt. fixes #6034

git-svn-id: http://svn.automattic.com/wordpress/trunk@7115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-03-01 00:08:00 +00:00
parent 73b84563d3
commit 915e8d7721

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 {