about summary refs log tree commit diff
path: root/stylesheet.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-11 19:11:14 -0400
committerJune McEnroe <june@causal.agency>2021-06-11 19:11:14 -0400
commit74c902b053163eeaa7d2a2cc46b4bd75f30dac6a (patch)
tree096d222e40334984efe49ac01a81295cc49a849d /stylesheet.c
parentGenerate navigation for search pages (diff)
downloadbubger-74c902b053163eeaa7d2a2cc46b4bd75f30dac6a.tar.gz
bubger-74c902b053163eeaa7d2a2cc46b4bd75f30dac6a.zip
Add margin between header navs
Diffstat (limited to '')
-rw-r--r--stylesheet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheet.c b/stylesheet.c
index 237bc96..abdaf06 100644
--- a/stylesheet.c
+++ b/stylesheet.c
@@ -9,7 +9,7 @@ const char Stylesheet[] = Q(
 		padding: 0 1ch;
 	}
 
-	header {
+	header, header.index nav {
 		margin: 1em 0;
 	}