From 9731b8e5dd0a8725552af84bf60cececcce10088 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <ggonter@gmail.com> Date: Tue, 13 Jun 2017 16:52:21 +0200 Subject: [PATCH] phaidra.univie.ac.at changed layout --- userContent.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/userContent.css b/userContent.css index 6b656bb..4851577 100644 --- a/userContent.css +++ b/userContent.css @@ -8,7 +8,7 @@ body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } } -@-moz-document domain(phaidra.univie.ac.at) { +@-moz-document domain(old-phaidra.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } #wrapper{ width: 100% !important; /* 998px is a waste of screen real estate */ @@ -24,6 +24,14 @@ } } +@-moz-document domain(phaidra.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(phaidra-sandbox.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } .flex-70{ -- GitLab