]> git.plutz.net Git - busy/blobdiff - Wiki.css
confine size of images in wiki text
[busy] / Wiki.css
index 52186676c7c3dcdad91856a1fddf54a966d3ca16..cf059b83107dd6576882012b3d249f6ce018b91a 100644 (file)
--- a/Wiki.css
+++ b/Wiki.css
@@ -83,3 +83,7 @@
 .article a{
   text-decoration: none;
 }
+* img {
+  max-width: 99%;
+  overflow: scoll;
+}