Date: Sun, 08 Jul 2001 12:17:45 -0500 From: Chris Costello <chris@calldei.com> To: Greg Lehey <grog@lemis.com> Cc: FreeBSD Documenters <doc@FreeBSD.ORG> Subject: Re: What's happened to the handbook? Message-ID: <20010708121745.A37827@holly.calldei.com> In-Reply-To: <20010708140918.S80862@wantadilla.lemis.com>; from grog@lemis.com on Sun, Jul 08, 2001 at 02:09:18PM %2B0930 References: <20010708140918.S80862@wantadilla.lemis.com>
index | next in thread | previous in thread | raw e-mail
[-- Attachment #1 --]
On Sunday, July 08, 2001, Greg Lehey wrote:
> I just looked up the online handbook on the web site, and I note that
> the format has changed. In particular, the sections I looked at (on
> kernel debugging) are now all double spaced. Is that intentional? It
> looks terrible.
This patch to docbook.css removes the line-height attributes
that I consider unnecessary. It fixes the odd spacing in
itemized lists (in which the bullet is a line above the actual
text) and the paragraph, blockquote and address spacing.
--
+-------------------+-----------------------------------------+
| Chris Costello | Experience is what you get |
| chris@calldei.com | when you were expecting something else. |
+-------------------+-----------------------------------------+
[-- Attachment #2 --]
Index: docbook.css
===================================================================
RCS file: /home/ncvs/doc/share/misc/docbook.css,v
retrieving revision 1.3
diff -u -r1.3 docbook.css
--- docbook.css 2001/07/03 12:30:32 1.3
+++ docbook.css 2001/07/08 17:13:48
@@ -27,7 +27,6 @@
*/
BODY ADDRESS {
- line-height: 1.3;
margin: .6em 0;
}
@@ -39,7 +38,6 @@
HTML BODY {
margin: 1em 8% 1em 10%;
- line-height: 1.5;
}
.LEGALNOTICE {
@@ -53,7 +51,6 @@
BODY DL {
margin: .8em 0;
- line-height: 1.2;
}
BODY FORM {
@@ -108,12 +105,10 @@
BODY OL {
margin: 0 0 0 5%;
- line-height: 1.5;
}
BODY P {
margin: .6em 0;
- line-height: 1.5;
}
BODY PRE {
@@ -122,17 +117,8 @@
color: #461b7e;
}
-BODY TD {
- line-height: 1.3
-}
-
-BODY TH {
- line-height: 1.3;
-}
-
BODY UL, BODY DIR, BODY MENU {
margin: 0 0 0 5%;
- line-height: 1.5;
}
HTML {
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010708121745.A37827>
