1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

icon improvements

This commit is contained in:
Matthias Kretschmann 2013-11-30 03:03:48 +01:00
parent 4d2eb7a9ec
commit 937ca59641
4 changed files with 12 additions and 20 deletions

View File

@ -18,10 +18,10 @@ layout: base
</section> </section>
<footer class="entry-meta"> <footer class="entry-meta">
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<p class="categories"> <p class="categories">
{{ page.categories | category_links }} {{ page.categories | category_links }}
</p> </p>
<p class="byline author vcard source-org"><span class="by">by</span> <a class="fn" rel="author" href="/about/">{{ page.author }}</a></p>
<div class="time"> <div class="time">
<p>{{ page.date | timeago }}</p> <p>{{ page.date | timeago }}</p>
{% if page.moddate %} {% if page.moddate %}

View File

@ -171,6 +171,7 @@
.clearfix; .clearfix;
margin-top: @line-height-computed*2; margin-top: @line-height-computed*2;
font-size: @font-size-small; font-size: @font-size-small;
line-height: 1.4em;
} }
.byline, .byline,
@ -203,8 +204,6 @@
@media @breakpoint2 { @media @breakpoint2 {
float: left; float: left;
} }
a { margin-right: 1em }
} }

View File

@ -13,9 +13,9 @@
font-style: normal; font-style: normal;
} }
#main [class*="icon-"] { .hentry,
.footer {
&:before { [class*="icon-"]:before {
color: @text-color-light; color: @text-color-light;
font-size: 20px; font-size: 20px;
font-family: 'entypo'; font-family: 'entypo';
@ -29,22 +29,16 @@
} }
} }
.btn.icon-info:before, .btn[class*="icon-"]:before {
.btn.icon-arrow-down:before, font-size: 18px;
.btn.icon-download-alt:before, margin-right: .3em;
.btn.icon-download:before, top: .1em;
.btn.icon-github:before, position: relative;
.btn.icon-heart:before {
font-size: 16px;
margin: 0 .3em.3em;
vertical-align: baseline; vertical-align: baseline;
top: .05em; line-height: inherit;
position: relative
} }
.btn-primary.icon-arrow-down:before, .btn-primary[class*="icon-"]:before {
.btn-primary.icon-download-alt:before,
.btn-primary.icon-download:before {
color: darken(@link-color, 15%); color: darken(@link-color, 15%);
} }

View File

@ -15,7 +15,6 @@ body {
padding-right: 2%; padding-right: 2%;
@media @breakpoint1 { @media @breakpoint1 {
font-size: @font-size-base;
line-height: @line-height-computed; line-height: @line-height-computed;
padding: 0; padding: 0;
} }