Fix stylesheet for multi-paragraph impl-details.

This commit is contained in:
Georg Brandl 2009-10-22 11:36:50 +00:00
parent f5f7c66a01
commit 3954d21cc5

View file

@ -352,8 +352,12 @@ p.deprecated {
border: 1px solid #ccc;
}
.impl-detail p {
margin: 0;
.impl-detail .compound-first {
margin-top: 0;
}
.impl-detail .compound-last {
margin-bottom: 0;
}
/* -- code displays --------------------------------------------------------- */