mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
74021afd97
commit
68c56751c4
3 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
*/
|
||||
|
||||
* { padding: 0; margin: 0; }
|
||||
img { border: 0; margin: 15px; }
|
||||
img { border: 0; margin: 15px; max-width:90% }
|
||||
|
||||
/*** Layout ***/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue