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">.
This commit is contained in:
parent
59286a2bf2
commit
5ad75c7dcb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9834
1 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $FreeBSD: doc/share/misc/docbook.css,v 1.2 2001/06/20 16:23:30 nik Exp $
|
* $FreeBSD: doc/share/misc/docbook.css,v 1.3 2001/07/03 12:30:32 nik Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
BODY ADDRESS {
|
BODY ADDRESS {
|
||||||
|
@ -39,7 +39,7 @@ BODY BLOCKQUOTE {
|
||||||
|
|
||||||
HTML BODY {
|
HTML BODY {
|
||||||
margin: 1em 8% 1em 10%;
|
margin: 1em 8% 1em 10%;
|
||||||
line-height: 1.5;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.LEGALNOTICE {
|
.LEGALNOTICE {
|
||||||
|
@ -51,7 +51,7 @@ BODY DIV {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY DL {
|
DL {
|
||||||
margin: .8em 0;
|
margin: .8em 0;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
@ -106,14 +106,14 @@ BODY IMG.NAVHEADER {
|
||||||
margin: 0 0 0 -4%;
|
margin: 0 0 0 -4%;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY OL {
|
OL {
|
||||||
margin: 0 0 0 5%;
|
margin: 0 0 0 5%;
|
||||||
line-height: 1.5;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY P {
|
BODY P {
|
||||||
margin: .6em 0;
|
margin: .6em 0;
|
||||||
line-height: 1.5;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY PRE {
|
BODY PRE {
|
||||||
|
@ -123,16 +123,16 @@ BODY PRE {
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY TD {
|
BODY TD {
|
||||||
line-height: 1.3
|
line-height: 1.2
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY TH {
|
BODY TH {
|
||||||
line-height: 1.3;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
BODY UL, BODY DIR, BODY MENU {
|
UL, BODY DIR, BODY MENU {
|
||||||
margin: 0 0 0 5%;
|
margin: 0 0 0 5%;
|
||||||
line-height: 1.5;
|
line-height: 1.2;
|
||||||
}
|
}
|
||||||
|
|
||||||
HTML {
|
HTML {
|
||||||
|
|
Loading…
Reference in a new issue