puts a scrollbar on programlisting and screen elements that have lines
too long to fit on the screen. The previous version just wrapped these
long lines with no indication. Proposed on the -doc mailing list in
August, no public objections, discussed with gabor@ who may have an
alternate method. In the meantime, this is better than what we had.
IE9+, FF10+, Safari 5.1+, Chrome 17+, and Opera 11+.
In other words these compatability hacks are no longer needed.
Approved by: gabor
No objections: www@
Left-align table headers so they line up with columns.
Set line-height: 1.1 in programlistings so descenders have a little
clearance from the line below.
Appearance changes:
Remove padding entries from various blockquotes.
Reduce "body blockquote" line-spacing: from 1.5 to 1.3 so lines don't
look double-spaced.
Fix uneven margin spacing on notes and other blockquotes.
Add rounded border corners.
Reviewed by: (original version) Niclas Zeising, Remko Lodder, Eitan
Adler, doc@ (no objections)
Approved by: gjb (mentor)
* Remove background color from <screen> elements. It makes them stand
out too much. Some pages have many <screen> elements, listing shell
commands and their output. Having a dark background seems a bit too
distracting.
* Keep the background color for <programlisting> elements, but make it
a bit lighter and add a thin border that is slightly darker than the
highlighting background.
* Change the width of <example>, <note>, <warning> and other block
elements to use a percentage of the page width instead of a
hardcoded pixel-based length.
* Add Wikipedia-inspired coloured backgrounds and thin borders around
<example>, <note>, <warning> and tip elements.
Reviewed by: blackend, gavin, rene
No objections: freebsd-doc
for "BODY P". This seems to have no effect within other browsers, but
stops Netscape from displaying images on top of the document text.
PR: docs/48472
Submitted by: Alan Larson <larson@eng.paix.net>
<indexterms> are sparse. Also add makefile glue so that this may be
invoked on the Handbook or any other document in the FDP tree by
typing "make indexcheck".
Sponsored by: FreeBSD Mall, Inc.
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.
- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
and l10n.ent for entity localization.
- Use share/misc/docbook.css for indentiation of <programlisting>
and <screen>.
- Add some missing $FreeBSD$.
on -doc who don't share my sense of the aesthetic
Try a better fix at the 'stair stepping' in lists -- the previous fix only
worked for lists that were children of the BODY element, so it didn't have
any effect on those that were (for example) enclosed inside a
<DIV CLASS="PROCEDURE">.