Add webkit border radius. Props mt. fixes #5906

git-svn-id: http://svn.automattic.com/wordpress/trunk@6909 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-19 00:47:58 +00:00
parent 7519a920b1
commit 45e9806700
2 changed files with 20 additions and 4 deletions

View File

@@ -15,7 +15,8 @@
#rightnow .rbutton {
background: #ebebeb;
-moz-border-radius: 5px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-weight: normal;
color: #264761;
padding: 6px;