diff examples/common/default/default.css @ 293:6c281c9899e5

Allow WikiStyle notation in blog heading
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 23 Aug 2016 10:02:31 +0859
parents 1df64f0490ca
children 7f63a9424410
line wrap: on
line diff
--- a/examples/common/default/default.css	Tue Aug 23 09:19:41 2016 +0859
+++ b/examples/common/default/default.css	Tue Aug 23 10:02:31 2016 +0859
@@ -69,7 +69,7 @@
     border: 1px solid black; border-collapse: collapse;
     min-width: 30em;
 }
-table.bloghead tr:nth-child(2) {
+table.bloghead tr.preface {
     font-size: 150%; background: yellow; text-align: center;
     white-space: pre-wrap;
 }
@@ -97,7 +97,7 @@
     vertical-align: top; width: auto; height: 1em;
 }
 table.mini th {text-align: justify;}
-table.mini td, table.mini th {padding: 1px 1ex;}
+table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
 table.mini {margin-left: 1em; border-left: 2px solid #686;}
 
 p.profimg {float: left; max-width: 400px; max-height: 400px;

yatex.org