diff options
author | 2021-02-21 12:42:10 -0800 | |
---|---|---|
committer | 2021-02-21 12:42:10 -0800 | |
commit | 68c56751c41fbd4ed97b46dab637addfbe488215 (patch) | |
tree | 36c7c5b1fb6989556dfee6b7ee8acc8f828c7971 /Documentation/compact_subsurface.css | |
parent | 74021afd97c572a0ba35da1093c276db38826627 (diff) | |
download | subsurface-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.css | 2 |
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 ***/ |