Improve the spacing of callout lists. Thanks to Allan Jude for his help.
This commit is contained in:
parent
83acc294db
commit
5cd65a46d8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43791
1 changed files with 11 additions and 0 deletions
|
@ -139,6 +139,17 @@ div.calloutlist dd {
|
||||||
margin-bottom: 1ex;
|
margin-bottom: 1ex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body .calloutlist td {
|
||||||
|
padding-right: 0.5em;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
body .calloutlist td p {
|
||||||
|
line-height: 1.2;
|
||||||
|
margin-top: 4px;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
body form {
|
body form {
|
||||||
margin: .6em 0;
|
margin: .6em 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue