Fix rendering of calloutlist entries so they appear on the same line as

the definition.

Approved by:	gjb (mentor)
This commit is contained in:
Warren Block 2012-01-07 00:46:26 +00:00
parent 46eee08f22
commit e42b39db05
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38145

View file

@ -56,6 +56,16 @@ DL {
line-height: 1.2;
}
DIV.CALLOUTLIST DT {
float: left;
width: 1em;
}
DIV.CALLOUTLIST DD {
clear: right;
margin-bottom: 1ex;
}
BODY FORM {
margin: .6em 0;
}