Bugfix .author-photo vs .author-photo width

The author-photo is 150px, but the entry-meta div only 140px. This squeezes the author photo by 10px and makes it look strange.
This commit is contained in:
Tobias Brunner 2014-01-03 15:56:22 +01:00
parent 87827b5a05
commit 64618719e7

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;
}