Skip to content

Commit 232e7b6

Browse files
jyn514Joshua Nelson
authored andcommitted
Remove CSS files that shouldn't be on rustdoc pages
These should only have been on the homepage.
1 parent d23882c commit 232e7b6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

templates/rustdoc/head.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
{%- import "macros.html" as macros -%}
2-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/pure-min.css" type="text/css"
3-
media="all" />
4-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-responsive-min.css"
5-
type="text/css" media="all" />
6-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css"
7-
type="text/css" media="all" />
82
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/menus-min.css" type="text/css"
93
media="all" />
104
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pure/0.6.0/grids-min.css" type="text/css"

0 commit comments

Comments
 (0)