s4

changeset 354:5ab7efa5a950

More specific : table.blog_replies
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 27 Oct 2016 10:25:36 +0859
parents 240e695ed574
children 0d19061a3b2c
files examples/common/default/default.css
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Wed Oct 26 12:31:22 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Thu Oct 27 10:25:36 2016 +0859
     1.3 @@ -87,12 +87,12 @@
     1.4      vertical-align: top; min-width: 30em; height: 3em;
     1.5      max-width: 50em;
     1.6  }
     1.7 -.blog_replies > td:first-child {width: 14em;}
     1.8 -.blog_replies iframe {
     1.9 +table.blog_replies > td:first-child {width: 14em;}
    1.10 +table.blog_replies iframe {
    1.11      width: 400px; height: 300px; max-width: 50em; max-height: 20em;
    1.12      padding: 0; border: 0;
    1.13  }
    1.14 -.blog_replies td.new {	/* New Article from last visit */
    1.15 +table.blog_replies td.new {	/* New Article from last visit */
    1.16      background: white
    1.17  }
    1.18  table.mini, table.mini tr, table.mini th, table.mini td {