diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-04-23 16:33:45 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-05-30 20:48:17 -0300 |
commit | 53483407a9f1f7fe20db6574fd4127d0c875e2ce (patch) | |
tree | 2b564866c638e5f45906a9c92c1ee8e7c15ce5e4 /src/static/css/site.css | |
parent | 7fe20d1365068c5da45b7d3123b6cea82300e6e9 (diff) |
content: generateChronologyLinksScopeSwitcher
Diffstat (limited to 'src/static/css/site.css')
-rw-r--r-- | src/static/css/site.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 622c3ac1..c068c07d 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -510,16 +510,15 @@ a:not([href]):hover { display: none; } -#header .scoped-chronology p { - margin-top: 0; - margin-bottom: 0.25em; -} - -#header .scoped-chronology-switcher { +#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; } |