diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2021-02-21 12:42:10 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-02-21 12:42:10 -0800 |
commit | 68c56751c41fbd4ed97b46dab637addfbe488215 (patch) | |
tree | 36c7c5b1fb6989556dfee6b7ee8acc8f828c7971 /Documentation | |
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')
-rw-r--r-- | Documentation/compact_subsurface.css | 2 | ||||
-rw-r--r--[-rwxr-xr-x] | Documentation/mobile-images/StatsPanel.jpg | bin | 98586 -> 98586 bytes | |||
-rw-r--r--[-rwxr-xr-x] | Documentation/mobile-images/StatsRegression.jpg | bin | 91909 -> 91909 bytes |
3 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 ***/ diff --git a/Documentation/mobile-images/StatsPanel.jpg b/Documentation/mobile-images/StatsPanel.jpg Binary files differindex 67fccc62f..67fccc62f 100755..100644 --- a/Documentation/mobile-images/StatsPanel.jpg +++ b/Documentation/mobile-images/StatsPanel.jpg diff --git a/Documentation/mobile-images/StatsRegression.jpg b/Documentation/mobile-images/StatsRegression.jpg Binary files differindex a12aba10f..a12aba10f 100755..100644 --- a/Documentation/mobile-images/StatsRegression.jpg +++ b/Documentation/mobile-images/StatsRegression.jpg |