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:
parent
35a2e26b4d
commit
fcec1e31d2
|
@ -1134,7 +1134,7 @@ html, body {
|
||||||
-khtml-border-top-left-radius: 3px;
|
-khtml-border-top-left-radius: 3px;
|
||||||
-webkit-border-top-left-radius: 3px;
|
-webkit-border-top-left-radius: 3px;
|
||||||
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;
|
-khtml-border-top-right-radius: 3px;
|
||||||
-webkit-border-top-right-radius: 3px;
|
-webkit-border-top-right-radius: 3px;
|
||||||
border-top-right-radius: 3px;
|
border-top-right-radius: 3px;
|
||||||
|
|
Loading…
Reference in New Issue