changeset 1057:957a3fd80b88 draft

No wrap in .mini th
author HIROSE Yuuji <yuuji@gentei.org>
date Sun, 16 Jun 2024 10:42:26 +0900
parents 65397dab6c6c
children c8a01955404f
files examples/common/default/default.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/common/default/default.css	Sat Jun 15 15:42:46 2024 +0900
+++ b/examples/common/default/default.css	Sun Jun 16 10:42:26 2024 +0900
@@ -257,7 +257,7 @@
     border-collapse: collapse;
     vertical-align: top; width: auto; height: 1em;
 }
-table.mini th {background: #cee;}
+table.mini th {background: #cee; white-space: pre;}
 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 0.5ex; min-width: 1em;}

yatex.org