diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-28 22:55:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-28 22:55:31 +0000 |
| commit | c07e635a743de50fac64b715c08cd78aa51077c5 (patch) | |
| tree | 863f22fc969cf46809d8d43e637381729edbe9ef /doc/manual.css | |
| parent | 52bff0d770d4359f702d9922b8608ad23351ea89 (diff) | |
Diffstat (limited to 'doc/manual.css')
| -rw-r--r-- | doc/manual.css | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/manual.css b/doc/manual.css index ca613cd9fb117..aa0e677dd52a4 100644 --- a/doc/manual.css +++ b/doc/manual.css @@ -8,20 +8,14 @@ pre, code { } span.apii { + color: gray ; float: right ; font-family: inherit ; font-style: normal ; font-size: small ; - color: gray ; } -p+h1, ul+h1 { - font-style: normal ; - padding-top: 0.4em ; - padding-bottom: 0.4em ; - padding-left: 16px ; - margin-left: -16px ; - background-color: #D0D0FF ; - border-radius: 8px ; - border: solid #000080 1px ; +h2:before { + content: "" ; + padding-right: 0em ; } |
