# HG changeset patch # User HIROSE Yuuji # Date 1477034381 -32374 # Node ID b5185c66aacc6b9d73aec7f9f52b5f911e12d76a # Parent dfebe6b99203701b97e6d7bd7fa4c4072072678c Width of ".blog_replies td:first-child" should be direct child. diff -r dfebe6b99203 -r b5185c66aacc examples/common/default/default.css --- 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;