s4

changeset 355:0d19061a3b2c

Use "repatt" class of td
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 27 Oct 2016 11:51:29 +0859
parents 5ab7efa5a950
children c087423c8234
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Thu Oct 27 10:25:36 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Thu Oct 27 11:51:29 2016 +0859
     1.3 @@ -87,7 +87,7 @@
     1.4      vertical-align: top; min-width: 30em; height: 3em;
     1.5      max-width: 50em;
     1.6  }
     1.7 -table.blog_replies > td:first-child {width: 14em;}
     1.8 +.blog_replies td.repatt {min-width: 12em;}
     1.9  table.blog_replies iframe {
    1.10      width: 400px; height: 300px; max-width: 50em; max-height: 20em;
    1.11      padding: 0; border: 0;