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 wrap: on
line diff
--- a/examples/common/default/default.css	Fri Oct 21 16:11:06 2016 +0859
+++ b/examples/common/default/default.css	Fri Oct 21 16:19:15 2016 +0859
@@ -87,7 +87,7 @@
     vertical-align: top; min-width: 30em; height: 3em;
     max-width: 50em;
 }
-.blog_replies td:first-child {width: 14em;}
+.blog_replies > td:first-child {width: 14em;}
 .blog_replies iframe {
     width: 400px; height: 300px; max-width: 50em; max-height: 20em;
     padding: 0; border: 0;

yatex.org