From 1d45d9c4abfc9173e6260a0b7c508320037e2cf5 Mon Sep 17 00:00:00 2001
From: Gerhard Gonter <ggonter@gmail.com>
Date: Wed, 31 May 2017 16:56:22 +0200
Subject: [PATCH] repair broken by web-designer style elements

---
 userContent.css | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/userContent.css b/userContent.css
index 5d398f6..642d843 100644
--- a/userContent.css
+++ b/userContent.css
@@ -8,6 +8,22 @@
     body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
 }
 
+@-moz-document domain(phaidra-sandbox.univie.ac.at) {
+    body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
+    .flex-70{
+      max-width: 98% !important; /* 70% is a waste of screen real estate */
+      flex: 1 1 98% !important;
+    }
+}
+
+@-moz-document domain(xxx-phaidra-entw.univie.ac.at) {
+    body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ }
+    .flex-70{
+      max-width: 98% !important; /* 70% is a waste of screen real estate */
+      flex: 1 1 98% !important;
+    }
+}
+
 @-moz-document domain(www.p-m-a.at) {
 /* this is a nice example for really bad web design: dark grey background with slightly darker grey letters */
   body{ background-color: #FFFFFF !important; background: none; }
-- 
GitLab