diff options
author | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:20:36 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-01-24 18:20:36 +0100 |
commit | a9bf483763d32c4902de0e0b5e0dd79820266148 (patch) | |
tree | de4c4c11eb77feeb2779f470fac851b99982bdb3 /sass/parts/_article.scss | |
parent | 1599df108116ca573208e4117ace405fdb8be2be (diff) | |
download | octopress-theme-jeyzu-a9bf483763d32c4902de0e0b5e0dd79820266148.zip octopress-theme-jeyzu-a9bf483763d32c4902de0e0b5e0dd79820266148.tar.gz |
high resolution favicon
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r-- | sass/parts/_article.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss index c5c7719..2639aeb 100644 --- a/sass/parts/_article.scss +++ b/sass/parts/_article.scss @@ -77,7 +77,7 @@ article{ background: $border; border: 1px solid #ccc; padding: 1px 3px; - border-radius: 5px; + @include border-radius(5px); margin: 0 3px; } } |