X-Git-Url: https://git.distorted.org.uk/~mdw/tgal/blobdiff_plain/f3663b65fccfbccfd819bd9069aac6d52853a5ce..aa5c3a514d22d4cc6cec6b6e77dc1af4f122b825:/static/tgal.css diff --git a/static/tgal.css b/static/tgal.css index b94038e..aa64878 100644 --- a/static/tgal.css +++ b/static/tgal.css @@ -61,6 +61,18 @@ h1, h2, h3, h4, h5, h6 { font-family: sans-serif; font-weight bold; } hr { width: calc(100% - 4em); } div.fill { flex-grow: 1; } +div.menu { + font-family: sans; + font-weight: normal; + font-size: initial; + float: right; +} +h1 div.menu:before { + visibility: hidden; + font-size: 200%; + content: ""; +} + div.footer { border-top: medium black solid; margin-top: 3.43ex;