diff options
| author | Vincent Douillet <vincent@vdouillet.fr> | 2025-02-16 22:33:27 +0100 |
|---|---|---|
| committer | Vincent Douillet <vincent@vdouillet.fr> | 2026-03-12 23:01:01 +0100 |
| commit | 4d3dca2af0500bdca863355ac318d8f870158c2d (patch) | |
| tree | 64042c60855b4a8bad9e5770f914f063d102fa06 /template/head.html | |
| parent | 63df5a853dc672f45cd95c9247d419e60812ba8e (diff) | |
create new folders
Diffstat (limited to 'template/head.html')
| -rw-r--r-- | template/head.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/head.html b/template/head.html index a36c475..85f28e3 100644 --- a/template/head.html +++ b/template/head.html @@ -15,6 +15,9 @@ body { font:1.2em/1.62 sans-serif; } a:visited { color:blue; } +ul#action-list { padding:0; } +ul#action-list li { display:inline; } +ul#action-list li:not(:last-child):after { content:' |'; } table#file-list { width:100%; border-collapse:collapse; |
