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 wrap: on
line diff
--- 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 {

yatex.org