Преглед изворни кода

Hide the sidebar on the root documentation page.

It only contains one broken and not-so-interesting link.
Simon Sapin пре 12 година
родитељ
комит
f27c9e691d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/url.rs

+ 1 - 1
src/url.rs

@@ -11,7 +11,7 @@
 #![crate_type = "rlib"]
 
 //! <a href="https://github.com/servo/rust-url"><img style="position: absolute; top: 0; left: 0; border: 0;" src="../github.png" alt="Fork me on GitHub"></a>
-//! <style>.sidebar { margin-top: 53px }</style>
+//! <style>.sidebar { display: none }</style>
 //!
 //! rust-url is an implementation of the [URL Standard](http://url.spec.whatwg.org/)
 //! for the [Rust](http://rust-lang.org/) programming language.