File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1010 {%- block meta -%}{%- endblock meta -%}
1111
1212 {# Docs.rs styles #}
13- < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
14- < link rel ="stylesheet " href ="/-/static/style.css?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
13+ < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " media ="all " />
14+ < link rel ="stylesheet " href ="/-/static/style.css?{{ docsrs_version() | slugify }} " media ="all " />
1515
1616 < link rel ="search " href ="/-/static/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs " />
1717
Original file line number Diff line number Diff line change 4242 var link = document . createElement ( "link" ) ;
4343 link . rel = "stylesheet" ;
4444 link . href = stylesheet ;
45- link . type = "text/css" ;
4645 link . media = "all" ;
4746 document . head . appendChild ( link ) ;
4847 </ script >
Original file line number Diff line number Diff line change 11{%- import "macros.html" as macros -%}
2- < link rel ="stylesheet " href ="/-/static/{{metadata.rustdoc_css_file}}?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
2+ < link rel ="stylesheet " href ="/-/static/{{metadata.rustdoc_css_file}}?{{ docsrs_version() | slugify }} " media ="all " />
33
44 < link rel ="search " href ="/-/static/opensearch.xml " type ="application/opensearchdescription+xml " title ="Docs.rs " />
55
Original file line number Diff line number Diff line change 1- < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " type =" text/css " media ="all " />
1+ < link rel ="stylesheet " href ="/-/static/vendored.css?{{ docsrs_version() | slugify }} " media ="all " />
22
You can’t perform that action at this time.
0 commit comments