Skip to content

Commit

Permalink
Rollup merge of rust-lang#40725 - Cldfire:master, r=estebank
Browse files Browse the repository at this point in the history
Remove duplicated styling in main.css

If nothing else, it saves a bit of data.
  • Loading branch information
frewsxcv authored Mar 22, 2017
2 parents 3e4c910 + e2b5a8c commit b2d62e8
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/librustdoc/html/static/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,6 @@ pre {
background-color: #fff;
}

.sidebar {
background-color: #F1F1F1;
}

.sidebar .current {
background-color: #fff;
}

.sidebar .location {
border-color: #000;
background-color: #fff;
Expand Down

0 comments on commit b2d62e8

Please sign in to comment.