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