s4

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 diff
     1.1 --- a/examples/common/default/default.css	Tue Sep 04 07:40:17 2018 +0900
     1.2 +++ b/examples/common/default/default.css	Tue Sep 04 11:35:33 2018 +0900
     1.3 @@ -111,6 +111,7 @@
     1.4      vertical-align: top; min-width: 30em; height: 3em;
     1.5      max-width: 50em;
     1.6  }
     1.7 +.blog_replies td.repl img {max-width: 30%;}
     1.8  td.repl h2, td.repl h3, td.repl h4 {
     1.9      display: inline;	/* Because td.repl's white space is pre-wrap */
    1.10      /* text-shadow: blue 0px 1px; */