diff options
author | Sacha Chua <sacha@sachachua.com> | 2023-09-22 09:20:32 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2023-09-22 09:20:32 -0400 |
commit | e2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15 (patch) | |
tree | d37dc877b92124f0caf979546651be176767707d | |
parent | c871fbb83d91e34c22fcc809d543e5be6aef9114 (diff) | |
download | emacsconf-wiki-e2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15.tar.xz emacsconf-wiki-e2a92f3c6ec25f3b5f983646ef1a78e4cc3e6e15.zip |
add extra height to the title to make nav consistent
-rw-r--r-- | local.css | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |