diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:07:35 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:07:35 +0100 |
commit | 3d32d120edd44b6c9fdaea25fe83bbbc06b2a18c (patch) | |
tree | 2c7687c636ec5081fefb86c2a0d8b67c08db7232 | |
parent | a940024076b95e8af20bcc6e837aaa83f9fb4d97 (diff) | |
download | octopress-theme-jeyzu-3d32d120edd44b6c9fdaea25fe83bbbc06b2a18c.zip octopress-theme-jeyzu-3d32d120edd44b6c9fdaea25fe83bbbc06b2a18c.tar.gz |
meta icon
-rw-r--r-- | sass/parts/_article.scss | 12 | ||||
-rw-r--r-- | source/images/comments.png | bin | 0 -> 1186 bytes | |||
-rw-r--r-- | source/images/date.png | bin | 0 -> 1327 bytes | |||
-rw-r--r-- | source/images/tags.png | bin | 0 -> 1194 bytes |
4 files changed, 12 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000..f40048d --- /dev/null +++ b/source/images/comments.png diff --git a/source/images/date.png b/source/images/date.png Binary files differnew file mode 100644 index 0000000..7f5de08 --- /dev/null +++ b/source/images/date.png diff --git a/source/images/tags.png b/source/images/tags.png Binary files differnew file mode 100644 index 0000000..b2f401f --- /dev/null +++ b/source/images/tags.png |