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;
 	}
 
nder tag index in HTMLJune McEnroe 2021-01-12Add htagml -xJune McEnroe 2021-01-12Prevent matching the same tag twiceJune McEnroe 2021-01-12Process htagml file line by lineJune McEnroe 2021-01-12Split fields by tab onlyJune McEnroe 2021-01-12List both Makefile and html.sh under README.7June McEnroe 2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe 2021-01-09Add c -t flag to print expression typeJune McEnroe 2021-01-05Update taglineJune McEnroe