mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-26 02:09:47 +08:00
bb5b01c911
Current Caddy code used a combination of CSS styles that some mainstream browsers (e.g. Firefox) do not support well: "td:first-child { width: 100%; }" together with "td:last-child { padding-right: 5%; }". The old approach was three columns with: - "Name": 100% width, 5% padding left - "Size": minimal width - "Modified": minimal width, 5% padding right Now the new approach is five columns with: - <Dummy>: 5% width - "Name": 80% width - "Size": minimal width - "Modified": minimal width - <Dummy>: 5% width |
||
---|---|---|
.. | ||
testdata | ||
browse_test.go | ||
browse.go | ||
setup_test.go | ||
setup.go |