style: テーブルのフォントサイズ調整 8pt→12pt

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-07-03 11:38:18 +09:00
parent 3d7512b4df
commit b326bf65a9

View File

@ -633,14 +633,14 @@ table{
table.tablesorter {
font-family:arial;
background-color: #CDCDCD;
font-size: 8pt;
font-size: 12pt;
text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #e6EEEE;
border: 0.1px solid silver;
font-size: 8pt;
font-size: 12pt;
padding: 4px;
padding-right: 20px;
}