From 3d32d120edd44b6c9fdaea25fe83bbbc06b2a18c Mon Sep 17 00:00:00 2001 From: SkyArrow Date: Wed, 25 Jan 2012 01:07:35 +0800 Subject: meta icon --- sass/parts/_article.scss | 12 ++++++++++++ source/images/comments.png | Bin 0 -> 1186 bytes source/images/date.png | Bin 0 -> 1327 bytes source/images/tags.png | Bin 0 -> 1194 bytes 4 files changed, 12 insertions(+) create mode 100644 source/images/comments.png create mode 100644 source/images/date.png create mode 100644 source/images/tags.png diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 0d3de44..b48d02b 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -118,6 +118,18 @@ article{ color: $font-main; } } + .date, .tags, .comments{ + padding-left: 30px; + } + .date{ + background: image-url('date.png') 0 center no-repeat; + } + .tags{ + background: image-url('tags.png') 0 center no-repeat; + } + .comments{ + background: image-url('comments.png') 0 center no-repeat; + } } } .share{ diff --git a/source/images/comments.png b/source/images/comments.png new file mode 100644 index 0000000..f40048d Binary files /dev/null and b/source/images/comments.png differ diff --git a/source/images/date.png b/source/images/date.png new file mode 100644 index 0000000..7f5de08 Binary files /dev/null and b/source/images/date.png differ diff --git a/source/images/tags.png b/source/images/tags.png new file mode 100644 index 0000000..b2f401f Binary files /dev/null and b/source/images/tags.png differ -- cgit v1.1-2-g2b99