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