From 3d18d513ea32b5782230c19c4cb8badb02c008aa Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Thu, 17 Nov 2011 15:46:28 +0100 Subject: [PATCH] Remove font families from button addon --- app/assets/stylesheets/addons/_button.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/addons/_button.scss b/app/assets/stylesheets/addons/_button.scss index fce7a8ea8..d2f98ab0c 100644 --- a/app/assets/stylesheets/addons/_button.scss +++ b/app/assets/stylesheets/addons/_button.scss @@ -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; @@ -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; @@ -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;