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.scss14
1 files changed, 7 insertions, 7 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index 09555f4..eae9eaf 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -59,13 +59,6 @@ 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;
@@ -94,6 +87,13 @@ article{
pre{
line-height: 1.5;
}
+ .caption{
+ background: image-url('caption.png') 0 4px no-repeat;
+ display: block;
+ font-size: 12px;
+ color: #999;
+ padding-left: 25px;
+ }
}
.meta{
position: absolute;