Skip to content

Commit df100f7

Browse files
committed
format css
1 parent 838c2ef commit df100f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/librustdoc/html/static/rustdoc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ h3.impl, h3.method, h4.method, h3.type, h4.type, h4.associatedconstant {
133133
margin-bottom: 10px;
134134
position: relative;
135135
}
136-
h3.impl, h3.method, h4.method.trait-impl, h3.type, h4.type.trait-impl, h4.associatedconstant.trait-impl {
136+
h3.impl, h3.method, h4.method.trait-impl, h3.type,
137+
h4.type.trait-impl, h4.associatedconstant.trait-impl {
137138
padding-left: 15px;
138139
}
139140

0 commit comments

Comments
 (0)