From fdb64326787ff8d77916fcbcb730d8868d6bb764 Mon Sep 17 00:00:00 2001 From: Gerhard Gonter <gerhard.gonter@univie.ac.at> Date: Mon, 12 Jun 2017 18:12:13 +0200 Subject: [PATCH] added phaidra-entw --- userContent.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/userContent.css b/userContent.css index e74ca01..6b656bb 100644 --- a/userContent.css +++ b/userContent.css @@ -32,6 +32,14 @@ } } +@-moz-document domain(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(xxx-phaidra-entw.univie.ac.at) { body{ font-weight: 400 !important; /* font-weight 300 makes the text really hard to read */ } .flex-70{ -- GitLab