diff options
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r-- | stylesheets/lfs.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css index f3de7f496..c62e1aa50 100644 --- a/stylesheets/lfs.css +++ b/stylesheets/lfs.css @@ -187,6 +187,7 @@ dd { margin: 0 0 1em 3em; padding: 0; } + div.variablelist dd { margin-bottom: 1em; } @@ -195,6 +196,10 @@ div.variablelist dd p { margin-top: 0px; } +dl.materials dt, div.installation dt, div.configuration dt, div.sect2 dt { + display: list-item; +} + dl.materials dd { margin-left: 0px; } |