Recommit [15986]. see #15226.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-01-02 08:34:11 +00:00
parent 017ef6ccee
commit 1be2df5578
3 changed files with 6 additions and 6 deletions

View File

@@ -789,10 +789,10 @@ form.upgrade .hint {
border-width: 0 1px 1px;
margin: 0 15px;
padding: 8px 12px 12px;
-moz-border-radius: 0 0 0 4px;
-webkit-border-bottom-left-radius: 4px;
-khtml-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
-moz-border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
-khtml-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
}
.metabox-prefs label {