Update the first heading indent rule so it is only applied on the first heading of the top doc block
This commit is contained in:
parent
6d246f0c8d
commit
20eda22cbf
1 changed files with 6 additions and 4 deletions
|
@ -1129,13 +1129,15 @@ h3.variant {
|
||||||
margin-top: 3px;
|
margin-top: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docblock > .section-header:first-child {
|
.top-doc .docblock > .section-header:first-child {
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
margin-top: 0;
|
}
|
||||||
|
.top-doc .docblock > .section-header:first-child:hover > a:before {
|
||||||
|
left: -10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docblock > .section-header:first-child:hover > a:before {
|
.docblock > .section-header:first-child {
|
||||||
left: -10px;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
:target > code, :target > .code-header {
|
:target > code, :target > .code-header {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue