Commit graph

24 commits

Author SHA1 Message Date
Warren Block
c3ebf18dee Be more specific about which table headers to force left-justified so
header and footer elements aren't unjustifiably justified.

Submitted by:	Jason Massey
PR:		www/164454
Reviewed by:	gjb (mentor)
2012-01-25 22:16:36 +00:00
Warren Block
e42b39db05 Fix rendering of calloutlist entries so they appear on the same line as
the definition.

Approved by:	gjb (mentor)
2012-01-07 00:46:26 +00:00
Warren Block
c26ee529de Remove trailing whitespace.
Approved by:	gjb (mentor)
2012-01-06 15:11:37 +00:00
Warren Block
018e7cfc14 Clarity changes:
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)
2012-01-06 14:20:52 +00:00
Dmitry Morozovsky
4a50f95240 Implement <SVNref> tag element, which generates link to SVNweb to the given
revision.

Mark last two __FreeBSD_version bumps with it, and format long lines.

Prodded by:			glebius
With great DSL help from:	pluknet
2011-12-18 12:51:56 +00:00
Glen Barber
481d1e39b8 Colorize 'caution' blocks.
Feedback from:	manolis, Chad Perrin, Warren Block,
		Steve Craver, Isabell Long, Jason Helfman,
		eadler
Approved by:	jkois (mentor)
2011-03-06 13:18:58 +00:00
Hiroki Sato
49d43a9402 Add more spacing for cells in CALSTABLE. 2010-03-20 04:15:01 +00:00
Giorgos Keramidas
8256de476c Tweak a bit the default stylesheet:
* 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
2008-11-21 07:28:34 +00:00
Chin-San Huang
f8bc76267f - Decorating BLOCKQUOTE box. 2008-11-09 04:24:47 +00:00
Chin-San Huang
d9548d4215 - Make the CSS more better. 2007-09-02 22:52:01 +00:00
Chin-San Huang
32c9e91791 - Make the <hr> looks better. 2007-07-08 06:23:33 +00:00
Chin-San Huang
41278b78a2 - Make the background color of GUIMENU, GUIMENUITEM, GUISUBMENU, GUILABEL,
INTERFACE, GUIBUTTON, SHORTCUT, SHORTCUT to be more clear.
2007-06-28 04:59:50 +00:00
Marc Fonvieille
b62f91718c Fix a very old rendering bug. Now application names should be rendered
with the same (black) color in the whole doc/ set.
2007-04-12 16:10:21 +00:00
Ceri Davies
f0421265e6 Group elements with the same style information together.
No functional change.
2006-02-26 13:16:52 +00:00
Hiroki Sato
ca944c36ab Remove trailing whitespaces. 2004-07-23 18:58:56 +00:00
Hiroki Sato
c8277d756c Fix a build problem when print/ghostscript-afpl is used:
- epsgeom+gs now converts EPS files.  graphics/peps is no longer used.
 - Add $PERL, $REALPATH, and $SETENV into doc.project.mk.

Tested by:	simon
2004-07-23 18:53:34 +00:00
Ceri Davies
033231458f Avoid problems with Netscape and our stylesheets by removing the entry
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>
2004-03-22 19:17:52 +00:00
Marc Fonvieille
4ddb96e3eb Update the copyright (this file changed in 2003). 2003-07-10 15:25:35 +00:00
Murray Stokely
8a01141e46 Add a simple script to locate areas of a DocBook file where
<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.
2003-05-04 04:59:43 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
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$.
2003-04-19 11:39:30 +00:00
Nik Clayton
5ad75c7dcb Be a little more conservative with the line height to try and placate those
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">.
2001-07-11 12:46:50 +00:00
Nik Clayton
33392641db Hopefully fix the problem where Netscape incorrectly applies styles to
list items, but not to the bullets/marks.  Where it used to appear as

    1.
        This is item one.

    2.
        This is item two.

and so on, it should now appear as

    1.  This is item one.

    2.  This is item two.

Based on a suggestion from Haikal Saadh <wyldephyre2@yahoo.com>.
2001-07-03 12:30:32 +00:00
Nik Clayton
4ac10587b6 Things wrapped in <PRE> should have a normal line height. 2001-06-20 16:23:30 +00:00
Nik Clayton
2d49a1ca1c A Cascading Stylesheet for use with documents converted from DocBook to
HTML by the Norm Walsh / FreeBSD DSSSL stylesheets.
2001-06-18 14:12:44 +00:00