diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-10-05 23:22:43 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-10-05 23:22:43 -0300 |
commit | 62d7e0146d471e7623e4ec384a928a828b8780e9 (patch) | |
tree | 790fb2246ccc9a6dbf64db6d21c6fa4886aac79c /src/static | |
parent | abb73f5e8a2361d133736a6cc5bed5c98206a814 (diff) |
content, data: experimental art tag sidebar
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site4.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/static/site4.css b/src/static/site4.css index 62659519..6dd19d84 100644 --- a/src/static/site4.css +++ b/src/static/site4.css @@ -296,6 +296,11 @@ body::before { margin: 0; } +.sidebar h2:first-child { + margin-top: 0.5em; + margin-bottom: 0.5em; +} + .sidebar h3 { font-size: 1.1em; font-style: oblique; @@ -343,6 +348,10 @@ body::before { margin-left: 0; } +.sidebar dl > dd > dl { + padding-left: 15px; +} + .sidebar > dl .side { padding-left: 10px; } |