From: paul Date: Tue, 28 Feb 2012 15:42:51 +0000 (+0000) Subject: confine size of images in wiki text X-Git-Url: http://git.plutz.net/?p=busy;a=commitdiff_plain;h=03e93cc284c9d7cd8c04872153a033e04903d5e6 confine size of images in wiki text svn path=/trunk/; revision=31 --- diff --git a/Wiki.css b/Wiki.css index 525d5aa..bf43a81 100644 --- a/Wiki.css +++ b/Wiki.css @@ -83,6 +83,6 @@ .article a{ text-decoration: none; } -img { +* img { max-width: 99%; }