From: Jean-Philippe Orsini Date: Wed, 15 Jun 2016 14:15:06 +0000 (+0200) Subject: fixed img width X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=commitdiff_plain;h=926dbc784c82523066ff9205cb7f2c9cb27bb0d2;hp=88a52c46d396acb681f1039881210f0e0984fecd fixed img width --- diff --git a/www/style.css b/www/style.css index 2347e88..66a6431 100644 --- a/www/style.css +++ b/www/style.css @@ -90,3 +90,7 @@ code { .admonitionblock td.icon .icon-warning:before{content:"\f071";color:#bf6900} .admonitionblock td.icon .icon-caution:before{content:"\f06d";color:#bf3400} .admonitionblock td.icon .icon-important:before{content:"\f06a";color:#bf0000} + +img { + max-width: 100%; +}