diff options
Diffstat (limited to 'src/static/site6.css')
-rw-r--r-- | src/static/site6.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index ed2bb987..c1c4b9d5 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -1095,6 +1095,16 @@ li > ul { margin-bottom: 10px; } +.additional-files-list .entry-description { + list-style-type: none; + max-width: 540px; + + /* This should be margin-bottom, but cascading rules + * cause some awkwardness - `#content li` takes precedence. + */ + padding-bottom: 3px; +} + .group-contributions-table { display: inline-block; } |