Merge pull request #2350 from annando/1602-vier-aside-img

Vier: Pictures in the side bar shouldn't be larger than the side bar
This commit is contained in:
Tobias Diekershoff
2016-02-13 19:42:35 +01:00

View File

@@ -1141,6 +1141,10 @@ aside h4, right_aside h4 {
font-size: 1.17em;
}
aside img {
max-width: 175px;
}
.nets-ul {
margin-top: 0px;
}