File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
{# Docs.rs styles #}
13
13
< link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " type ="text/css " media ="all " />
14
+ < link rel ="stylesheet " href ="/normalize-{{ rustc_resource_suffix() }}.css " type ="text/css " media ="all " />
15
+ < link rel ="stylesheet " href ="/rustdoc-{{ rustc_resource_suffix() }}.css " type ="text/css " media ="all " />
16
+ < link rel ="stylesheet " href ="/light-{{ rustc_resource_suffix() }}.css " type ="text/css " media ="all " />
14
17
< link rel ="stylesheet " href ="/-/static/style.css?{{ docsrs_version() | slugify }} " type ="text/css " media ="all " />
15
18
16
19
{%- block css -%}{%- endblock css -%}
Original file line number Diff line number Diff line change 1
1
{%- import "macros.html" as macros -%}
2
2
< link rel ="stylesheet " href ="/-/static/style.css?{{ docsrs_version() | slugify }} " type ="text/css " media ="all " />
3
- < link rel ="stylesheet " href ="/normalize-{{ rustc_resource_suffix() }}.css " type ="text/css " media ="all " />
4
- < link rel ="stylesheet " href ="/rustdoc-{{ rustc_resource_suffix() }}.css " type ="text/css " media ="all " />
5
- < link rel ="stylesheet " href ="/light-{{ rustc_resource_suffix() }}.css " type ="text/css " media ="all " />
6
3
7
4
< link rel ="search " href ="/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs ">
You can’t perform that action at this time.
0 commit comments