# HG changeset patch # User HIROSE Yuuji # Date 1477531562 -32374 # Node ID 5ab7efa5a950bfa571b768ed4c5b2e0456d55bba # Parent 240e695ed5743c1b7eb0b7f41dd9d9522c4b66bf More specific : table.blog_replies diff -r 240e695ed574 -r 5ab7efa5a950 examples/common/default/default.css --- a/examples/common/default/default.css Wed Oct 26 12:31:22 2016 +0859 +++ b/examples/common/default/default.css Thu Oct 27 10:25:36 2016 +0859 @@ -87,12 +87,12 @@ vertical-align: top; min-width: 30em; height: 3em; max-width: 50em; } -.blog_replies > td:first-child {width: 14em;} -.blog_replies iframe { +table.blog_replies > td:first-child {width: 14em;} +table.blog_replies iframe { width: 400px; height: 300px; max-width: 50em; max-height: 20em; padding: 0; border: 0; } -.blog_replies td.new { /* New Article from last visit */ +table.blog_replies td.new { /* New Article from last visit */ background: white } table.mini, table.mini tr, table.mini th, table.mini td {