We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f9823d commit 17dd0e5Copy full SHA for 17dd0e5
src/librustdoc/html/layout.rs
@@ -46,6 +46,7 @@ r##"<!DOCTYPE html>
46
47
<title>{title}</title>
48
49
+ <link rel="stylesheet" type="text/css" href="{root_path}normalize.css">
50
<link rel="stylesheet" type="text/css" href="{root_path}rustdoc.css">
51
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
52
{css_extension}
src/librustdoc/html/static/rustdoc.css
@@ -1,5 +1,3 @@
1
-@import "normalize.css";
2
-
3
/**
4
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
5
* file at the top-level directory of this distribution and at
0 commit comments