diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:15:25 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:15:25 +0100 |
commit | 98d52c7c03e78c98cf2daa9729824e8752f8cb2a (patch) | |
tree | 61435b583fcbce884e128e20fd852b5f41154bca /sass | |
parent | 4ab58d4e816bc5e998a936cc1ae5361f2dc46dfe (diff) | |
download | octopress-theme-jeyzu-98d52c7c03e78c98cf2daa9729824e8752f8cb2a.zip octopress-theme-jeyzu-98d52c7c03e78c98cf2daa9729824e8752f8cb2a.tar.gz |
picture caption
Diffstat (limited to 'sass')
-rw-r--r-- | sass/parts/_article.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 6d880ce..09555f4 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -59,6 +59,13 @@ article{ img{ max-width: 100%; height: auto; + & + .caption{ + background: image-url('caption.png') 0 4px no-repeat; + display: block; + font-size: 12px; + color: #999; + padding-left: 25px; + } } blockquote{ background: $border; |