Skip to content

Commit

Permalink
replace some code with Compass
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Feb 17, 2012
1 parent ea5229c commit 934af49
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sass/parts/_archive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ section.archive{
span{
margin-right: 30px;
padding-left: 30px;
display: inline-block;
@include inline-block;
}
a{
color: $gray02;
Expand Down
4 changes: 2 additions & 2 deletions sass/parts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ header{
margin-left: 30px;
>ul{
>li{
display: inline-block;
@include inline-block;
margin-left: 50px;
&:hover{
>a{
Expand Down Expand Up @@ -119,7 +119,7 @@ header{
margin-right: 15px;
a{
@include border-radius(50%);
display: inline-block;
@include inline-block;
text-indent: -9999px;
margin-right: 15px;
opacity: 0.5;
Expand Down
7 changes: 2 additions & 5 deletions sass/parts/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -41,7 +38,7 @@
position: static;
width: auto;
.date, .tags, .comments{
display: inline-block;
@include inline-block;
margin-right: 30px;
}
}
Expand Down

0 comments on commit 934af49

Please sign in to comment.