Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions sass/screen.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ img {
max-width: 100%;
}

.post-footer .author {
margin-right: 100px;
}

.author {
font-family: "Open Sans",sans-serif;
display: inline-block;
Expand All @@ -26,7 +22,9 @@ img {

.vcard {
color: #9EABB3;
display: block;
padding: 10px;
font-size: 1.5rem;
float: left;
}
}
4 changes: 1 addition & 3 deletions source/_includes/post/author.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
{% endif %}

{% if author %}
<div class="author">
<img src='http://www.gravatar.com/avatar/{{ author_email | md5 }}'/>
<span class="byline author vcard"> <span class="fn">{{ author }}</span></span>
</div>
<span class="byline vcard"> <span class="fn">{{ author }}</span></span>
{% endif %}