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