Fix one wrong corner css. Fixes #5987 props johnbillion.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2008-02-25 22:10:04 +00:00
parent 35a2e26b4d
commit fcec1e31d2
1 changed files with 1 additions and 1 deletions

View File

@ -1134,7 +1134,7 @@ html, body {
-khtml-border-top-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-bottomtop: 3px;
-moz-border-radius-topright: 3px;
-khtml-border-top-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;