Compromise between a mix of razor-sharp corners and gratuitously over-rounded "safety corners" by standardizing around 3px border-radius (mouse-nibbled corners). see #17324

git-svn-id: https://develop.svn.wordpress.org/trunk@17820 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2011-05-06 19:00:53 +00:00
parent 42239aa382
commit 8924e1b7b8
21 changed files with 201 additions and 193 deletions

View File

@@ -57,10 +57,10 @@ h3 span {
padding: 3px 3px 3px 12px;
margin-left: -12px;
font-weight: bold;
-moz-border-radius: 8px;
-khtml-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
div.tablenav {