about summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-12-24 14:29:22 -0500
committerGitHub <noreply@github.com>2016-12-24 14:29:22 -0500
commit80d745a1322934b0b6ab88a5d4a67ebebc5ae79b (patch)
tree6eb5aa2931372716202bda7be0159077a122d206 /src/librustdoc/html/static/rustdoc.css
parentd15a47749a7ee1f8bdeb4303e906b4f4bb3d6b81 (diff)
parent17dd0e5cd9debdaeec264f2574eaa609bce07b0c (diff)
downloadrust-80d745a1322934b0b6ab88a5d4a67ebebc5ae79b.tar.gz
rust-80d745a1322934b0b6ab88a5d4a67ebebc5ae79b.zip
Rollup merge of #38480 - clarcharr:import_css, r=steveklabnik
Don't @import normalize.css.

This lets the browser load both files in parallel instead of waiting for `rustdoc.css` to load first.
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 15912b41d59..ce7c6acdf47 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -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