summaryrefslogtreecommitdiffstats
path: root/Documentation/compact_subsurface.css
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-02-21 12:42:10 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-02-21 12:42:10 -0800
commit68c56751c41fbd4ed97b46dab637addfbe488215 (patch)
tree36c7c5b1fb6989556dfee6b7ee8acc8f828c7971 /Documentation/compact_subsurface.css
parent74021afd97c572a0ba35da1093c276db38826627 (diff)
downloadsubsurface-68c56751c41fbd4ed97b46dab637addfbe488215.tar.gz
mobile/manual: small style change to fit pictures
This way they don't exceed the page size. This also removes execute bits from a couple of pictures. That's just wrong... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'Documentation/compact_subsurface.css')
-rw-r--r--Documentation/compact_subsurface.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/compact_subsurface.css b/Documentation/compact_subsurface.css
index 8c2f9c94d..14a84875f 100644
--- a/Documentation/compact_subsurface.css
+++ b/Documentation/compact_subsurface.css
@@ -8,7 +8,7 @@
*/
* { padding: 0; margin: 0; }
-img { border: 0; margin: 15px; }
+img { border: 0; margin: 15px; max-width:90% }
/*** Layout ***/