mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix stylesheet for multi-paragraph impl-details.
This commit is contained in:
parent
f5f7c66a01
commit
3954d21cc5
1 changed files with 6 additions and 2 deletions
|
@ -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 --------------------------------------------------------- */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue