diff options
Diffstat (limited to 'src/static')
-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; } |