diff --git a/userContent.css b/userContent.css index 6b656bb37c93408661f8dd1dd8d8a37e9dc38154..4851577130d135a1f0962ae719e50fa99dffd324 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{