changeset 481:856710101c49

Background color and border-bottom for mini-table
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 12 Dec 2017 15:19:33 +0900
parents 11eddcc1d33f
children 3dc012eb1ad0
files examples/common/default/default.css
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sun Dec 10 22:20:28 2017 +0900
+++ b/examples/common/default/default.css	Tue Dec 12 15:19:33 2017 +0900
@@ -125,6 +125,8 @@
     border-collapse: collapse;
     vertical-align: top; width: auto; height: 1em;
 }
+table.mini th {background: #bcc;}
+table.mini tr {border-bottom: solid 1px #bcc;}
 table.mini th, table.mini td {text-align: justify;}
 table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
 table.mini {margin-left: 1em; border-left: 2px solid #686;}

yatex.org