From 68c56751c41fbd4ed97b46dab637addfbe488215 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 21 Feb 2021 12:42:10 -0800 Subject: 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 --- Documentation/compact_subsurface.css | 2 +- Documentation/mobile-images/StatsPanel.jpg | Bin Documentation/mobile-images/StatsRegression.jpg | Bin 3 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Documentation/mobile-images/StatsPanel.jpg mode change 100755 => 100644 Documentation/mobile-images/StatsRegression.jpg 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 old mode 100755 new mode 100644 diff --git a/Documentation/mobile-images/StatsRegression.jpg b/Documentation/mobile-images/StatsRegression.jpg old mode 100755 new mode 100644 -- cgit v1.2.3-70-g09d2