Margin fix for "updated" and "error" classes, props Simek, fixes #9802
git-svn-id: http://svn.automattic.com/wordpress/trunk@11360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d271668438
commit
795769a235
|
@ -472,7 +472,7 @@ ol.ol-decimal > li {
|
|||
|
||||
.wrap .updated,
|
||||
.wrap .error {
|
||||
margin: 5px 0;
|
||||
margin: 5px 0 15px;
|
||||
}
|
||||
|
||||
.wrap h2 {
|
||||
|
|
Loading…
Reference in New Issue