summaryrefslogtreecommitdiffstats
path: root/sass/parts/_article.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r--sass/parts/_article.scss7
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;