s4

changeset 325:b5185c66aacc

Width of ".blog_replies td:first-child" should be direct child.
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 21 Oct 2016 16:19:15 +0859
parents dfebe6b99203
children d19e85a72a29
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Fri Oct 21 16:11:06 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Fri Oct 21 16:19:15 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 -.blog_replies td:first-child {width: 14em;}
     1.8 +.blog_replies > td:first-child {width: 14em;}
     1.9  .blog_replies iframe {
    1.10      width: 400px; height: 300px; max-width: 50em; max-height: 20em;
    1.11      padding: 0; border: 0;