diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:04:19 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:04:19 +0100 |
commit | 7688d26354567ac7ed1c6001fa484d0438900559 (patch) | |
tree | 2cc521858e635caa2e1d091766930d815072462e /sass | |
parent | fc8296d162d8a9dc69ba295763b37b32532a2d1f (diff) | |
download | octopress-theme-jeyzu-7688d26354567ac7ed1c6001fa484d0438900559.zip octopress-theme-jeyzu-7688d26354567ac7ed1c6001fa484d0438900559.tar.gz |
comment
Diffstat (limited to 'sass')
-rw-r--r-- | sass/_parts.scss | 1 | ||||
-rw-r--r-- | sass/parts/_comment.scss | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sass/_parts.scss b/sass/_parts.scss index 014c8c3..5c88ad5 100644 --- a/sass/_parts.scss +++ b/sass/_parts.scss @@ -2,5 +2,6 @@ @import "parts/banner"; @import "parts/index"; @import "parts/article"; +@import "parts/comment"; @import "parts/footer"; @import "parts/syntax";
\ No newline at end of file diff --git a/sass/parts/_comment.scss b/sass/parts/_comment.scss new file mode 100644 index 0000000..f98c014 --- /dev/null +++ b/sass/parts/_comment.scss @@ -0,0 +1,11 @@ +#comment{ + padding: 30px 0; + border-top: 1px solid $light-shadow; + border-bottom: 1px solid $border; + h1.title{ + font-size: 25px; + font-weight: 300; + line-height: 35px; + margin-bottom: 20px; + } +}
\ No newline at end of file |