s4

changeset 294:7f63a9424410

Columns by minitbl()'s text-align set to 'justify'
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 23 Aug 2016 10:48:23 +0859
parents 6c281c9899e5
children 56c2d2df5b7b
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 Aug 23 10:02:31 2016 +0859
     1.2 +++ b/examples/common/default/default.css	Tue Aug 23 10:48:23 2016 +0859
     1.3 @@ -96,7 +96,7 @@
     1.4      border-collapse: collapse;
     1.5      vertical-align: top; width: auto; height: 1em;
     1.6  }
     1.7 -table.mini th {text-align: justify;}
     1.8 +table.mini th, table.mini td {text-align: justify;}
     1.9  table.mini td, table.mini th {padding: 1px 1ex; min-width: 1em;}
    1.10  table.mini {margin-left: 1em; border-left: 2px solid #686;}
    1.11