tweak table style

This commit is contained in:
Nuno Sempere 2023-11-15 12:50:02 +00:00
parent 94c764d0c9
commit 59011f718b
2 changed files with 3 additions and 2 deletions

View File

@ -284,6 +284,7 @@ table {
table-layout: fixed; table-layout: fixed;
text-align: left; text-align: left;
width: 100%; width: 100%;
table-layout: auto;
} }
table thead { table thead {

View File

@ -62,8 +62,8 @@ fn listDir {
echo '</li>' echo '</li>'
} }
if not { if not {
echo '/' echo '·'
# echo '&nbsp;' # &nbsp; / | &mdash;
} }
echo $base_url^$url >> $tmpfile echo $base_url^$url >> $tmpfile