Skip to content

Commit

Permalink
IE Fix - Author image on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
max-holland committed May 25, 2014
1 parent 24e4ed8 commit 655a67c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/screen.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Peeves",
"version": "2.0.3e"
"version": "2.0.4"
}
5 changes: 4 additions & 1 deletion page-about.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
</div>
<article class="post hide-post about-page-post" id="{{id}}">
<header>
<img src="{{author.image}}">

<div class="about-profile-img">
<img src="{{author.image}}">
</div>
<h2 itemprop="name">{{{title}}}</h2>
</header>
<section class="post-text">
Expand Down

0 comments on commit 655a67c

Please sign in to comment.