summaryrefslogtreecommitdiff
path: root/template/head.html
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2025-02-16 22:33:27 +0100
committerVincent Douillet <vincent@vdouillet.fr>2025-02-16 22:33:27 +0100
commit6df0961e45b58264d13ea8dbaaf15e580136bfe6 (patch)
tree50a6563cf4c7a69ccfef3ced79cc9e177f378eff /template/head.html
parenta976d39e6b5f3fbc8e8d2286daf6a22b858f7dc8 (diff)
WIP create new folderscreate
Diffstat (limited to 'template/head.html')
-rw-r--r--template/head.html3
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;