]> git.plutz.net Git - busy/commitdiff
confine size of images in wiki text
authorpaul <paul@plutz.net>
Tue, 28 Feb 2012 15:45:19 +0000 (15:45 +0000)
committerpaul <paul@plutz.net>
Tue, 28 Feb 2012 15:45:19 +0000 (15:45 +0000)
svn path=/trunk/; revision=32

Wiki.css

index bf43a81ace1cfa456874494b5410c943d19caa20..cf059b83107dd6576882012b3d249f6ce018b91a 100644 (file)
--- a/Wiki.css
+++ b/Wiki.css
@@ -85,4 +85,5 @@
 }
 * img {
   max-width: 99%;
 }
 * img {
   max-width: 99%;
+  overflow: scoll;
 }
 }