From 1b907e295125372d59df12afc9c973499f8a0c1e Mon Sep 17 00:00:00 2001 From: Jonas Date: Sun, 14 Apr 2013 10:48:20 +0200 Subject: Use coin graphics (not fancybutton styling). --- style.scss | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index dda4918..4cc6792 100644 --- a/style.scss +++ b/style.scss @@ -1,6 +1,5 @@ @import "h5bp"; @import "compass"; -@import "fancy-buttons"; // @import "partials/base"; // compass @@ -26,10 +25,11 @@ article { text-align: center; } -button { - @include fancy-button(gold, 2em, 1em); -} - a { @include link-colors($link-color); } + +#coin { + width: 20em; + height: auto; +} -- cgit v1.2.3