summaryrefslogtreecommitdiffstats
path: root/sass/parts/_post.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-02-16 11:46:01 +0100
committerSkyArrow <tommy351@gmail.com>2012-02-17 10:33:17 +0100
commit934af494392bd3c6ba443150dbef285f80c99277 (patch)
treeb75941510d8ed97537eeabb4c3d722783ea20a2e /sass/parts/_post.scss
parentea5229c7e2b2213bb0d86cdd6837d27116737548 (diff)
downloadoctopress-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.scss7
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;
}
}