Vier: Pictures in the side bar shouldn't be larger than the side bar

This commit is contained in:
Michael Vogel 2016-02-13 14:21:53 +01:00
parent 036311237f
commit 307f90cdfe
1 changed files with 4 additions and 0 deletions

View File

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