diff options
author | (quasar) nebula <towerofnix@gmail.com> | 2020-10-29 13:20:45 -0300 |
---|---|---|
committer | (quasar) nebula <towerofnix@gmail.com> | 2020-10-29 13:20:45 -0300 |
commit | b28371c3028b1045280ccdad986b445a87be1c6c (patch) | |
tree | 230e96988da54587317c276cefd53df45399b0dd /static | |
parent | 106a96fbb4dcb146b808ddd5f08000fd458b8ff0 (diff) |
more group styling
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css index fc940bae..ef1b0246 100644 --- a/static/site.css +++ b/static/site.css @@ -198,7 +198,7 @@ a:hover { } #sidebar > dl dt { - padding-left: 15px; + padding-left: 10px; margin-top: 0.5em; } @@ -438,6 +438,11 @@ dl ul, dl ol { .album-group-list dt { font-style: oblique; + padding-left: 0; +} + +.album-group-list dd { + margin-left: 0; } .new { |