Skip to content

Commit e130a1d

Browse files
committed
Merge pull request #4 from sinistersnare/patch-1
Use protocol relative URLs in CSS
2 parents 405bb47 + 0ea97f4 commit e130a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// The rust-book CSS in string form.
22

33
pub static STYLE: &'static str = r#"
4-
@import url("http://static.rust-lang.org/doc/master/rust.css");
4+
@import url("//static.rust-lang.org/doc/master/rust.css");
55
66
body {
77
max-width:none;

0 commit comments

Comments
 (0)