Skip to content

Commit

Permalink
Remove font families from button addon
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmidt authored and Phil LaPier committed Nov 18, 2011
1 parent 9b826ac commit 3d18d51
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions app/assets/stylesheets/addons/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
@include box-shadow (inset 0 1px 0 0 $inset-shadow);
color: $color;
display: inline;
font: bold 11px 'lucida grande', helvetica neue, helvetica, arial, sans-serif;
font-size: 11px;
font-weight: bold;
@include linear-gradient ($base-color, $stop-gradient);
padding: 6px 18px 7px;
text-shadow: 0 1px 0 $text-shadow;
Expand Down Expand Up @@ -82,7 +83,8 @@
@include box-shadow(inset 0 1px 0 0 $inset-shadow);
color: $color;
display: inline;
font: bold 14px "helvetica neue", helvetica, arial, sans-serif;
font-size: 14px;
font-weight: bold;
padding: 7px 20px 8px;
text-decoration: none;
text-align: center;
Expand Down Expand Up @@ -126,7 +128,6 @@
@include box-shadow(inset 0 1px 0 0 $inset-shadow, 0 1px 2px 0 #b3b3b3);
color: $color;
display: inline;
font-family: "lucida grande", sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 1;
Expand Down

0 comments on commit 3d18d51

Please sign in to comment.