summaryrefslogtreecommitdiffstats
path: root/sass/parts/_article.scss
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-01-24 18:19:10 +0100
committerSkyArrow <tommy351@gmail.com>2012-01-24 18:19:10 +0100
commitcaeed23e766705eecae7ef17a534213c0f87fdd6 (patch)
treee002f70de3b4a3c31d798f36af0b8e0598b185f1 /sass/parts/_article.scss
parent0a7ff46da7d7352373dc74c2839233e34e232aec (diff)
downloadoctopress-theme-jeyzu-caeed23e766705eecae7ef17a534213c0f87fdd6.zip
octopress-theme-jeyzu-caeed23e766705eecae7ef17a534213c0f87fdd6.tar.gz
archive, category
Diffstat (limited to 'sass/parts/_article.scss')
-rw-r--r--sass/parts/_article.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/sass/parts/_article.scss b/sass/parts/_article.scss
index eae9eaf..4423eee 100644
--- a/sass/parts/_article.scss
+++ b/sass/parts/_article.scss
@@ -95,33 +95,6 @@ article{
padding-left: 25px;
}
}
- .meta{
- position: absolute;
- top: 85px;
- line-height: 2;
- font-size: 13px;
- color: $font-meta;
- width: 170px;
- a{
- color: $font-meta;
- @include transition(0.3s);
- &:hover{
- color: $font-main;
- }
- }
- .date, .tags, .comments{
- padding-left: 30px;
- }
- .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;
- }
- }
}
.share{
padding: 15px 0;