We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777d1ca commit e4f0121Copy full SHA for e4f0121
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6fc0ac5ee3611a094e9462d9b54468bf1d59fa21
+refs/heads/master: afe260ff4b9968300a4c64a4fd1ce903ddec0619
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 5b3cd3900ceda838f5798c30ab96ceb41f962534
5
refs/heads/try: 705b92bdfe33d0d6febdf945340262514e1b3b5c
trunk/src/rustbook/css.rs
@@ -11,7 +11,7 @@
11
// The rust-book CSS in string form.
12
13
pub static STYLE: &'static str = r#"
14
-@import url("//static.rust-lang.org/doc/master/rust.css");
+@import url("../rust.css");
15
16
body {
17
max-width:none;
0 commit comments