diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:13:21 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:13:21 +0100 |
commit | 75a81b46429c6a50dddce2208ac11da5428817e3 (patch) | |
tree | 2ea693a93b9d33738dd00074efe304589f6b49c7 /sass/parts/_article.scss | |
parent | d4e8b3be358b295d894f902f34206bee9f4b5d1a (diff) | |
download | octopress-theme-jeyzu-75a81b46429c6a50dddce2208ac11da5428817e3.zip octopress-theme-jeyzu-75a81b46429c6a50dddce2208ac11da5428817e3.tar.gz |
syntax overflow
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index f4b6e62..73ab149 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -84,24 +84,6 @@ article{ pre{ line-height: 1.5; } - figure.code{ - background: $border; - padding: 5px 15px; - margin-top: 10px; - border: 1px solid #ccc; - border-radius: 5px; - .line-numbers{ - border-right: 1px solid #ccc; - color: #000; - font-family: $monospace; - padding-right: 15px; - } - td.code{ - padding-left: 15px; - font-size: 13px; - overflow-x: auto; - } - } } .meta{ position: absolute; |