aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/stylesheet.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/sgml/stylesheet.css')
-rw-r--r--doc/src/sgml/stylesheet.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/stylesheet.css b/doc/src/sgml/stylesheet.css
index c355fbecac7..1a66c789d50 100644
--- a/doc/src/sgml/stylesheet.css
+++ b/doc/src/sgml/stylesheet.css
@@ -102,3 +102,10 @@ var { font-family: monospace; font-style: italic; }
acronym { font-style: inherit; }
.option { white-space: nowrap; }
+
+/* make images not too wide on larger screens */
+@media (min-width: 800px) {
+ .mediaobject {
+ width: 75%;
+ }
+}