Skip to content
Snippets Groups Projects
Commit 1d45d9c4 authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

repair broken by web-designer style elements

parent dd3f938b
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment