From 307f90cdfe3df9165c8f3cd05e91c3bf18b772a3 Mon Sep 17 00:00:00 2001
From: Michael Vogel <icarus@dabo.de>
Date: Sat, 13 Feb 2016 14:21:53 +0100
Subject: [PATCH] Vier: Pictures in the side bar shouldn't be larger than the
 side bar

---
 view/theme/vier/style.css | 4 ++++
 1 file changed, 4 insertions(+)

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