summaryrefslogtreecommitdiffstats
path: root/sass/parts/_archive.scss
diff options
context:
space:
mode:
authorTommy Chen <tommy351@gmail.com>2012-06-06 06:59:54 +0200
committerTommy Chen <tommy351@gmail.com>2012-06-06 06:59:54 +0200
commitea7ba27c605c2ba93ed661715f1bc272abc661b7 (patch)
tree2f6240d786386ababc577f3dea813994cba5acbd /sass/parts/_archive.scss
parente2028885ae03fc758b318550d01d6e87f5e17ccf (diff)
downloadoctopress-theme-jeyzu-ea7ba27c605c2ba93ed661715f1bc272abc661b7.zip
octopress-theme-jeyzu-ea7ba27c605c2ba93ed661715f1bc272abc661b7.tar.gz
replace icons with icon font
Diffstat (limited to 'sass/parts/_archive.scss')
-rw-r--r--sass/parts/_archive.scss18
1 files changed, 8 insertions, 10 deletions
diff --git a/sass/parts/_archive.scss b/sass/parts/_archive.scss
index 1a2009c..61442b9 100644
--- a/sass/parts/_archive.scss
+++ b/sass/parts/_archive.scss
@@ -49,8 +49,12 @@
}
span{
margin-right: 30px;
- padding-left: 30px;
@include inline-block;
+ &:before{
+ color: $color-gray03;
+ font: 1.3em $font-icon;
+ padding-right: 10px;
+ }
}
a{
color: $color-gray02;
@@ -59,15 +63,9 @@
color: $color-gray01;
}
}
- .date{
- background: image-url('date.png') 0 center no-repeat;
- }
- .tags{
- background: image-url('tags.png') 0 center no-repeat;
- }
- .comments{
- background: image-url('comments.png') 0 center no-repeat;
- }
+ .date:before{content: "\f073";}
+ .tags:before{content: "\f02c";}
+ .comments:before{content: "\f075";}
}
}
} \ No newline at end of file