From e57359a3a062d39e9cdff32255357ba2161a9027 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Wed, 18 Feb 2015 18:19:36 +0300 Subject: [PATCH] Documentation: set max-width property for inserted images --- doc/stylesheet.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/stylesheet.css b/doc/stylesheet.css index 20b8bc329d..806e03bfd4 100644 --- a/doc/stylesheet.css +++ b/doc/stylesheet.css @@ -31,3 +31,7 @@ div.contents { span.arrow { height: 13px; } + +div.image img{ + max-width: 900px; +}