Border radius changes from mt. fixes #5906

git-svn-id: http://svn.automattic.com/wordpress/trunk@6917 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2008-02-19 20:31:14 +00:00
parent 7c8c648554
commit c1d3fa2f28
2 changed files with 48 additions and 17 deletions

View File

@@ -15,12 +15,14 @@
#rightnow .rbutton {
background: #ebebeb;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
font-weight: normal;
color: #264761;
padding: 6px;
border-bottom: none;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
}
#rightnow .reallynow span {