diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:56:47 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 14:56:47 +0100 |
commit | 274c3efea5d8631b60d047c9cac3c0dd2db97441 (patch) | |
tree | df63af22759af6e2cc88fa9f2e8e34d408654506 | |
parent | b9f724758535d76ed193e76366d4149b58e0502a (diff) | |
download | octopress-theme-jeyzu-274c3efea5d8631b60d047c9cac3c0dd2db97441.zip octopress-theme-jeyzu-274c3efea5d8631b60d047c9cac3c0dd2db97441.tar.gz |
embed
-rw-r--r-- | sass/parts/_article.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index 57d695b..89e6455 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -40,7 +40,7 @@ article{ p{ margin-top: 10px; code{ - background: #ddd; + background: $border; border: 1px solid #ccc; padding: 1px 3px; border-radius: 5px; @@ -67,6 +67,9 @@ article{ max-width: 100%; height: auto; } + iframe[src*="youtube"]{ + margin-top: 10px; + } code{ font-family: $monospace; } @@ -74,7 +77,7 @@ article{ line-height: 1.5; } figure.code{ - background: #ddd; + background: $border; padding: 5px 15px; margin-top: 10px; border: 1px solid #ccc; |