s4

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 diff
     1.1 --- a/examples/common/default/default.css	Sun Dec 10 22:20:28 2017 +0900
     1.2 +++ b/examples/common/default/default.css	Tue Dec 12 15:19:33 2017 +0900
     1.3 @@ -125,6 +125,8 @@
     1.4      border-collapse: collapse;
     1.5      vertical-align: top; width: auto; height: 1em;
     1.6  }
     1.7 +table.mini th {background: #bcc;}
     1.8 +table.mini tr {border-bottom: solid 1px #bcc;}
     1.9  table.mini th, table.mini td {text-align: justify;}
    1.10  table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
    1.11  table.mini {margin-left: 1em; border-left: 2px solid #686;}