Skip to content

Commit b2d62e8

Browse files
authored
Rollup merge of #40725 - Cldfire:master, r=estebank
Remove duplicated styling in main.css If nothing else, it saves a bit of data.
2 parents 3e4c910 + e2b5a8c commit b2d62e8

File tree

1 file changed

+0
-8
lines changed
  • src/librustdoc/html/static/styles

1 file changed

+0
-8
lines changed

src/librustdoc/html/static/styles/main.css

-8
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,6 @@ pre {
4545
background-color: #fff;
4646
}
4747

48-
.sidebar {
49-
background-color: #F1F1F1;
50-
}
51-
52-
.sidebar .current {
53-
background-color: #fff;
54-
}
55-
5648
.sidebar .location {
5749
border-color: #000;
5850
background-color: #fff;

0 commit comments

Comments
 (0)