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