summaryrefslogtreecommitdiffstats
path: root/sass/parts/_article.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:18:01 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:18:01 +0100
commit84695ac13a34ade6a7752b127ff93ca8a3ffddf9 (patch)
tree5fcf35dde29ca22307998e212e454450cd1db076 /sass/parts/_article.scss
parenta9a4bf51f0597ec616fa7e3345ac6f4203f0a273 (diff)
downloadoctopress-theme-jeyzu-84695ac13a34ade6a7752b127ff93ca8a3ffddf9.zip
octopress-theme-jeyzu-84695ac13a34ade6a7752b127ff93ca8a3ffddf9.tar.gz
include fancybox
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;