Improve the spacing of callout lists. Thanks to Allan Jude for his help.

This commit is contained in:
Warren Block 2014-02-05 17:31:48 +00:00
parent 83acc294db
commit 5cd65a46d8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43791

View file

@ -139,6 +139,17 @@ div.calloutlist dd {
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 {
margin: .6em 0;
}