Skip to content

Commit 1c766d0

Browse files
committed
rustdoc: merge common CSS for a
1 parent 89e0576 commit 1c766d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/librustdoc/html/static/css/rustdoc.css

+1-4
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ h1 a,
253253

254254
a {
255255
color: var(--link-color);
256+
text-decoration: none;
256257
}
257258

258259
ol, ul {
@@ -662,10 +663,6 @@ nav.sub {
662663
margin: 0 0 15px 0;
663664
}
664665

665-
a {
666-
text-decoration: none;
667-
}
668-
669666
.small-section-header {
670667
/* fields use <span> tags, but should get their own lines */
671668
display: block;

0 commit comments

Comments
 (0)