diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-07-31 09:33:35 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-07-31 09:33:35 -0300 |
commit | dd3ab6268bc13d259e6d5fe38bb326d50291b227 (patch) | |
tree | 452d9410050a120039cc1c3a8828feffeb4a1d35 /src/static/css | |
parent | 6c256d71e923b6301037c843a34f4a893f787b96 (diff) |
content, css: generateAlbumTrackList: track section descriptions
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 8d3ab0ae..92749110 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1528,6 +1528,20 @@ ul > li.has-details { margin-left: 0; } +.album-group-list blockquote { + max-width: 540px; + margin-bottom: 9px; + margin-top: 3px; +} + +.album-group-list blockquote p:first-child { + margin-top: 0; +} + +.album-group-list blockquote p:last-child { + margin-bottom: 0; +} + .group-chronology-link { font-style: oblique; } |