summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWynn Wolf Arbor2020-02-21 17:47:00 +0100
committerWynn Wolf Arbor2020-02-21 17:47:00 +0100
commitd5a85ccddd4dbb3654e266e118a544a230e16a4b (patch)
tree8cc88533bd265ed4ad1dca6014654c0b18030967
parenta8dcad296b5b9feddb23abd9d18455716986c9b9 (diff)
downloadsite-d5a85ccddd4dbb3654e266e118a544a230e16a4b.tar.gz
css: Indent Bd blocks in manual pages
-rw-r--r--scss/man.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/man.scss b/scss/man.scss
index 8374f5c..ccbbdb2 100644
--- a/scss/man.scss
+++ b/scss/man.scss
@@ -37,3 +37,4 @@ span.Ms { font-weight: bold; }
dl.Bl-diag > dt { font-weight: bold; }
code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn,
code.Cd { font-weight: bold; font-family: inherit; }
+div.Bd-indent pre { padding-left: 4em; }