mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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;
|
||||
}
|
||||
|
||||
.impl-detail p {
|
||||
margin: 0;
|
||||
.impl-detail .compound-first {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.impl-detail .compound-last {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* -- code displays --------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue