Răsfoiți Sursa

Unhide the Crates sidebar, it should be correct now.

Simon Sapin 12 ani în urmă
părinte
comite
e26b42e617
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/lib.rs

+ 1 - 1
src/lib.rs

@@ -9,7 +9,7 @@
 #![crate_name = "url"]
 
 //! <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 { display: none }</style>
+//! <style>.sidebar { margin-top: 53px }</style>
 //!
 //! rust-url is an implementation of the [URL Standard](http://url.spec.whatwg.org/)
 //! for the [Rust](http://rust-lang.org/) programming language.