From d434f0324cefbef86f471f2bd49e9fc218001f13 Mon Sep 17 00:00:00 2001 From: Devin Wadsworth Date: Fri, 1 Jun 2012 19:30:48 -0400 Subject: delicious icon for issue #9 --- sass/parts/_header.scss | 7 +++++++ source/_includes/header.html | 3 +++ source/images/delicious.png | Bin 0 -> 1064 bytes 3 files changed, 10 insertions(+) create mode 100644 source/images/delicious.png diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index 12417c0..b22b1e0 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -213,6 +213,13 @@ header{ border: 1px solid darken(rgb(190,64,55), 10%); } } + &.delicious{ + background: image-url('delicious.png') center no-repeat rgb(50,113,203); + border: 1px solid rgb(50,113,203); + &:hover{ + border: 1px solid darken(rgb(50,113,203), 10%); + } + } &.rss{ background: image-url('rss.png') center no-repeat #EF7522; border: 1px solid #EF7522; diff --git a/source/_includes/header.html b/source/_includes/header.html index b0854ca..2985d7f 100644 --- a/source/_includes/header.html +++ b/source/_includes/header.html @@ -21,6 +21,9 @@ {% if site.pinterest_user %} Pinterest {% endif %} + {% if site.delicious_user %} + Delicious + {% endif %} {% if site.subscribe_rss %} RSS {% endif %} diff --git a/source/images/delicious.png b/source/images/delicious.png new file mode 100644 index 0000000..a936776 Binary files /dev/null and b/source/images/delicious.png differ -- cgit v1.1-2-g2b99