s4

changeset 583:ae420aaa8f4f

Horizontal padding of table.mini td changed from 1ex to 0.5ex
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 27 Jul 2019 08:43:40 +0900
parents b37776054ba7
children 1974f3bce999
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/examples/common/default/default.css	Tue Jul 02 12:30:16 2019 +0900
     1.2 +++ b/examples/common/default/default.css	Sat Jul 27 08:43:40 2019 +0900
     1.3 @@ -138,7 +138,7 @@
     1.4  table.mini th {background: #cee;}
     1.5  table.mini tr {border-bottom: solid 1px #bcc;}
     1.6  table.mini th, table.mini td {text-align: justify;}
     1.7 -table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
     1.8 +table.mini td, table.mini th {padding: 1px 0.5ex; min-width: 1em;}
     1.9  table.mini {margin-left: 1em; border-left: 2px solid #686;}
    1.10  
    1.11  /* "visibility: collapse" not working on chromium browser */