summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-rustdoc-disable-embedded-fonts.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/d-rustdoc-disable-embedded-fonts.patch')
-rw-r--r--debian/patches/d-rustdoc-disable-embedded-fonts.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/d-rustdoc-disable-embedded-fonts.patch b/debian/patches/d-rustdoc-disable-embedded-fonts.patch
index 5ec7bacb6..3213db6a5 100644
--- a/debian/patches/d-rustdoc-disable-embedded-fonts.patch
+++ b/debian/patches/d-rustdoc-disable-embedded-fonts.patch
@@ -24,8 +24,8 @@ Subject: d-rustdoc-disable-embedded-fonts
-}
-
* {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
+ box-sizing: border-box;
+ }
--- a/src/librustdoc/html/static_files.rs
+++ b/src/librustdoc/html/static_files.rs
@@ -126,8 +126,6 @@