Fix rendering of calloutlist entries so they appear on the same line as
the definition. Approved by: gjb (mentor)
This commit is contained in:
parent
46eee08f22
commit
e42b39db05
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38145
1 changed files with 10 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue