diff --git a/static/base.css b/static/base.css index 2daf414..5be8997 100644 --- a/static/base.css +++ b/static/base.css @@ -9,8 +9,10 @@ body { } details, +ol, +p, table, -p { +ul { margin: 1em 0; } @@ -56,8 +58,9 @@ details[open]>summary { list-style-type: "v "; } -details[open]>:last-child { - margin-bottom: 0; +ul, +ol { + list-style-type: "- "; } dl { @@ -148,6 +151,12 @@ nav a:hover { color: #a33; } +/* Refs */ + +.refs-list dl { + margin-bottom: 0; +} + /* Queue */ .queue-commits form { diff --git a/templates/pages/index.html b/templates/pages/index.html index 820415d..14e21df 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -6,7 +6,7 @@

Refs

-
+
Tracked ({{ tracked_refs.len() }})
@@ -21,7 +21,7 @@
-
+
Untracked ({{ untracked_refs.len() }})