changeset 500:c9a7fb74e96a

Limit inline image visual width to 30%
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 04 Sep 2018 11:35:33 +0900
parents 7ec40c802730
children f877fc7e2835
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Tue Sep 04 07:40:17 2018 +0900
+++ b/examples/common/default/default.css	Tue Sep 04 11:35:33 2018 +0900
@@ -111,6 +111,7 @@
     vertical-align: top; min-width: 30em; height: 3em;
     max-width: 50em;
 }
+.blog_replies td.repl img {max-width: 30%;}
 td.repl h2, td.repl h3, td.repl h4 {
     display: inline;	/* Because td.repl's white space is pre-wrap */
     /* text-shadow: blue 0px 1px; */

yatex.org