Skip to content

Commit

Permalink
Added border-radius prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Williams committed Mar 7, 2012
1 parent 285e768 commit c41fbc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/kalendae.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
padding:10px;
margin:5px;
border-radius:5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
font-size:11px;
font-family:'Helvetica Neue', 'Helvetica';
cursor:default;
Expand Down Expand Up @@ -70,6 +72,8 @@
padding:2px 3px 2px 2px;
border:1px solid transparent;
border-radius:3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
color:#999;
}

Expand Down

0 comments on commit c41fbc4

Please sign in to comment.