Don't @import normalize.css.
This commit is contained in:
parent
3f9823d5f5
commit
17dd0e5cd9
@ -46,6 +46,7 @@ r##"<!DOCTYPE html>
|
|||||||
|
|
||||||
<title>{title}</title>
|
<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}rustdoc.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
|
<link rel="stylesheet" type="text/css" href="{root_path}main.css">
|
||||||
{css_extension}
|
{css_extension}
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
@import "normalize.css";
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
|
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
|
||||||
* file at the top-level directory of this distribution and at
|
* file at the top-level directory of this distribution and at
|
||||||
|
Loading…
Reference in New Issue
Block a user