summaryrefslogtreecommitdiffstats
path: root/local.css
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-09-22 09:20:32 -0400
committerSacha Chua <sacha@sachachua.com>2023-09-22 09:20:32 -0400
commite2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15 (patch)
treed37dc877b92124f0caf979546651be176767707d /local.css
parentc871fbb83d91e34c22fcc809d543e5be6aef9114 (diff)
downloademacsconf-wiki-e2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15.tar.xz
emacsconf-wiki-e2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15.zip
add extra height to the title to make nav consistent
Diffstat (limited to 'local.css')
-rw-r--r--local.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/local.css b/local.css
index 82bc6d91..cdc9a1eb 100644
--- a/local.css
+++ b/local.css
@@ -1,5 +1,6 @@
/* ikiwiki local style sheet */
h1 { font-weight: bold }
+.title { min-height: 3em }
#content a { text-decoration: underline }
.pageheader, #pagebody, #footer {
max-width: 60rem;