Merge pull request #48 from tobru/master

Bugfix .author-photo vs .author-photo width
This commit is contained in:
Michael Rose 2014-01-03 12:09:09 -08:00
commit 6eaf120bec

View file

@ -257,7 +257,7 @@ span + .entry-title {
a { color: @text-color; }
@media @large {
float: left;
width: 140px;
width: 150px;
margin: 0 40px 40px 0;
padding: 0;
}