summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:08:05 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:08:05 +0100
commit1b7eef8fc078b492afdadaffbfee46b52c41173d (patch)
tree81220666b7bcbd1bc7f64f9a53e875c37a881314
parent3d32d120edd44b6c9fdaea25fe83bbbc06b2a18c (diff)
downloadoctopress-theme-jeyzu-1b7eef8fc078b492afdadaffbfee46b52c41173d.zip
octopress-theme-jeyzu-1b7eef8fc078b492afdadaffbfee46b52c41173d.tar.gz
read more icon
-rw-r--r--sass/parts/_article.scss2
-rw-r--r--source/images/more.pngbin0 -> 1434 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index b48d02b..aa0233f 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -26,6 +26,8 @@ article{
.more-link{
display: block;
margin-top: 20px;
+ padding-left: 30px;
+ background: image-url('more.png') 0 center no-repeat;
}
strong{
font-weight: bold;
diff --git a/source/images/more.png b/source/images/more.png
new file mode 100644
index 0000000..eec6c26
--- /dev/null
+++ b/source/images/more.png
Binary files differ