From: Michael Vogel Date: Sat, 13 Feb 2016 13:21:53 +0000 (+0100) Subject: Vier: Pictures in the side bar shouldn't be larger than the side bar X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=307f90cdfe3df9165c8f3cd05e91c3bf18b772a3;p=friendica.git Vier: Pictures in the side bar shouldn't be larger than the side bar --- diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 2b78d25d7f..e35556f541 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1141,6 +1141,10 @@ aside h4, right_aside h4 { font-size: 1.17em; } +aside img { + max-width: 175px; +} + .nets-ul { margin-top: 0px; }