summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:02:35 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:02:35 +0100
commitfc8296d162d8a9dc69ba295763b37b32532a2d1f (patch)
treee3dcbb6f125c4404c3494ade72d36a5a9ca8f0b3
parent13f97f76a4967878687a3dd6a5e8c4001b8a3ca5 (diff)
downloadoctopress-theme-jeyzu-fc8296d162d8a9dc69ba295763b37b32532a2d1f.zip
octopress-theme-jeyzu-fc8296d162d8a9dc69ba295763b37b32532a2d1f.tar.gz
blockquote
-rw-r--r--sass/parts/_article.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index 89e6455..28864d6 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -67,6 +67,15 @@ article{
max-width: 100%;
height: auto;
}
+ blockquote{
+ background: $border;
+ border-left: 5px solid #ccc;
+ padding: 15px 20px;
+ margin-top: 10px;
+ & > p:first-of-type{
+ margin-top: 0;
+ }
+ }
iframe[src*="youtube"]{
margin-top: 10px;
}