Skip to content

Commit 17dd0e5

Browse files
author
Clar Charr
committed
Don't @import normalize.css.
1 parent 3f9823d commit 17dd0e5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/librustdoc/html/layout.rs

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ r##"<!DOCTYPE html>
4646
4747
<title>{title}</title>
4848
49+
<link rel="stylesheet" type="text/css" href="{root_path}normalize.css">
4950
<link rel="stylesheet" type="text/css" href="{root_path}rustdoc.css">
5051
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
5152
{css_extension}

src/librustdoc/html/static/rustdoc.css

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import "normalize.css";
2-
31
/**
42
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
53
* file at the top-level directory of this distribution and at

0 commit comments

Comments
 (0)