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). --- images/button_bg.png | Bin 1295 -> 0 bytes images/coin.png | Bin 0 -> 304862 bytes index.da.html | 7 +++++-- style.scss | 10 +++++----- 4 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 images/button_bg.png create mode 100644 images/coin.png diff --git a/images/button_bg.png b/images/button_bg.png deleted file mode 100644 index 6e6ca22..0000000 Binary files a/images/button_bg.png and /dev/null differ diff --git a/images/coin.png b/images/coin.png new file mode 100644 index 0000000..ab559f2 Binary files /dev/null and b/images/coin.png differ diff --git a/index.da.html b/index.da.html index e3dd690..fb27ff0 100644 --- a/index.da.html +++ b/index.da.html @@ -5,19 +5,22 @@ -Jespers Bitcoin +Tilgodebevis +
+

Tilgodebevis

- +1 Bitcoin

Denne webside repræsenterer 1 (een) Bitcoin

Ejer: Jesper Smedegaard

Udsteder: Jonas & Siri

+
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