We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d246f0 commit 20eda22Copy full SHA for 20eda22
src/librustdoc/html/static/css/rustdoc.css
@@ -1129,15 +1129,17 @@ h3.variant {
1129
margin-top: 3px;
1130
}
1131
1132
-.docblock > .section-header:first-child {
+.top-doc .docblock > .section-header:first-child {
1133
margin-left: 15px;
1134
- margin-top: 0;
1135
1136
-
1137
-.docblock > .section-header:first-child:hover > a:before {
+.top-doc .docblock > .section-header:first-child:hover > a:before {
1138
left: -10px;
1139
1140
+.docblock > .section-header:first-child {
+ margin-top: 0;
1141
+}
1142
+
1143
:target > code, :target > .code-header {
1144
opacity: 1;
1145
0 commit comments