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

git-svn-id: https://develop.svn.wordpress.org/trunk@7029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-02-25 22:10:04 +00:00
parent db19990879
commit 54f0cd204f
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;