-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit ae4dc12
authored
Rollup merge of #103616 - rust-lang:notriddle/moz-box-sizing, r=GuillaumeGomez
rustdoc: remove CSS workaround for Firefox 29
CSS variables, which rustdoc now relies on, are only supported in Firefox 31 and later: https://www.mozilla.org/en-US/firefox/31.0/releasenotes/
This means it’s fine to also rely on unprefixed box-sizing, which is supported in Firefox 29 and later: https://www.mozilla.org/en-US/firefox/29.0/releasenotes/ 1 file changed
+1
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
857 | 857 |
| |
858 | 858 |
| |
859 | 859 |
| |
860 | - | ||
861 | - | ||
862 | - | ||
860 | + | ||
863 | 861 |
| |
864 | 862 |
| |
865 | 863 |
| |
|
0 commit comments