diff options
author | SkyArrow <tommy351@gmail.com> | 2012-02-16 11:46:01 +0100 |
---|---|---|
committer | SkyArrow <tommy351@gmail.com> | 2012-02-17 10:33:17 +0100 |
commit | 934af494392bd3c6ba443150dbef285f80c99277 (patch) | |
tree | b75941510d8ed97537eeabb4c3d722783ea20a2e /sass/parts/_post.scss | |
parent | ea5229c7e2b2213bb0d86cdd6837d27116737548 (diff) | |
download | octopress-theme-jeyzu-934af494392bd3c6ba443150dbef285f80c99277.zip octopress-theme-jeyzu-934af494392bd3c6ba443150dbef285f80c99277.tar.gz |
replace some code with Compass
Diffstat (limited to 'sass/parts/_post.scss')
-rw-r--r-- | sass/parts/_post.scss | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sass/parts/_post.scss b/sass/parts/_post.scss index 09a4491..1b5f554 100644 --- a/sass/parts/_post.scss +++ b/sass/parts/_post.scss @@ -10,11 +10,8 @@ color: $gray02; width: 170px; a{ - color: $gray02; + @include link-colors($gray02, $gray01); @include transition(0.3s); - &:hover{ - color: $gray01; - } } .date, .tags, .comments{ padding-left: 30px; @@ -41,7 +38,7 @@ position: static; width: auto; .date, .tags, .comments{ - display: inline-block; + @include inline-block; margin-right: 30px; } } |