# HG changeset patch # User HIROSE Yuuji # Date 1513059573 -32400 # Node ID 856710101c49f6a81ba08f52d2bd06224b9625c0 # Parent 11eddcc1d33fbc2b913da5775a888178209b2991 Background color and border-bottom for mini-table diff -r 11eddcc1d33f -r 856710101c49 examples/common/default/default.css --- 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;}