diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 14:28:15 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-18 22:56:17 -0300 |
commit | 9e361235d7403961a117dc36a3fb4fb04537ef77 (patch) | |
tree | 80839c0233e21ba03fc88da538c15fe11be7b0e4 /src/static/css/site.css | |
parent | 32d31bc3a36a77c51441f915440a990604ebbdd3 (diff) |
content: remove old chronology links
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index b4c99788..80801c85 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -817,24 +817,6 @@ a:not([href]):hover { content: "\0020/\0020"; } -#header .chronology .heading, -#header .chronology .buttons { - white-space: nowrap; -} - -#header .scoped-chronology { - display: none; -} - -#header .scoped-chronology-switcher .switcher-link { - text-decoration: underline; - text-decoration-style: dotted; -} - -#header .scoped-chronology-switcher > div { - margin-left: 20px; -} - #secondary-nav { text-align: center; } |