aboutsummaryrefslogtreecommitdiffstats
path: root/stylesheets/lfs.css
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/lfs.css')
-rw-r--r--stylesheets/lfs.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/stylesheets/lfs.css b/stylesheets/lfs.css
index 28b354ed1..7f14275b0 100644
--- a/stylesheets/lfs.css
+++ b/stylesheets/lfs.css
@@ -178,11 +178,16 @@ dl {
}
dt {
+ display: list-item;
font-weight: bold;
margin: .33em 0 0 1em;
padding: 0;
}
+div.content dt {
+ list-style: none;
+}
+
dd {
margin: 0 0 1em 3em;
padding: 0;
@@ -196,10 +201,6 @@ 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;
}