Don't @import normalize.css.

This commit is contained in:
Clar Charr 2016-12-19 18:00:29 -05:00
parent 3f9823d5f5
commit 17dd0e5cd9
2 changed files with 1 additions and 2 deletions

View File

@ -46,6 +46,7 @@ r##"<!DOCTYPE html>
<title>{title}</title>
<link rel="stylesheet" type="text/css" href="{root_path}normalize.css">
<link rel="stylesheet" type="text/css" href="{root_path}rustdoc.css">
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
{css_extension}

View File

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