Commit 3954d21c authored by Georg Brandl's avatar Georg Brandl

Fix stylesheet for multi-paragraph impl-details.

parent f5f7c66a
......@@ -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 --------------------------------------------------------- */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment