aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2013-06-23 20:28:38 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2013-06-23 20:28:38 +0000
commitecd76805e8ac5d109ae2b2e9165b6c81fbb80fad (patch)
treee9fd1f58e8a3ab5da8f609d6b7cbd6efc66efec9
parent3a6e0abebd2809286ae3a63c4cbd85ef3e54fb17 (diff)
downloaddoc-ecd76805e8ac5d109ae2b2e9165b6c81fbb80fad.tar.gz
doc-ecd76805e8ac5d109ae2b2e9165b6c81fbb80fad.zip
- Example has a title not just a label so the content can start in the
second line. This fixes some rendering issues in the fdp-primer. [1] Reported by: wblock [1]
Notes
Notes: svn path=/head/; revision=42009
-rw-r--r--share/misc/docbook.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/misc/docbook.css b/share/misc/docbook.css
index ced9431217..e3a824ca03 100644
--- a/share/misc/docbook.css
+++ b/share/misc/docbook.css
@@ -321,7 +321,7 @@ div.programlisting {
margin-right: 0;
}
-.note p, .tip p, .important p, .warning p, .caution p, .example p {
+.note p, .tip p, .important p, .warning p, .caution p, {
display: inline;
}