-
Notifications
You must be signed in to change notification settings - Fork 340
Conversation
- Switch to Jekyll templating - Cleanup some HTML markup - Make it responsive - Fix some metrics - Add Fira webfont
Looks awesome on android! Will follow up tomorrow. |
The only thing I don't like here is the extent of the right hand columns in install.html. In the current one there are 1 column gutters both the left and right. In this revision it is only on the left, and the right hand extends all the way into the final column, making the page look unbalanced. |
Markup is okay but the tables are overflowing the container a bit because of the fixed width specified on them. I will see if I can rip that off. |
@brson Updated. ⭐ |
@adrientetar This illustrates what I am talking about: http://imgur.com/C8nBOi5 Currently, there are equalish-sized margins on the left and right. The new has no right-hand margin. |
I merged this with the slight change that I pushed the headers all the way into the last column. |
@brson Thanks, can you r+ rust-lang/rust#13484 also? |
- Cherry-pick from #12996 - Use Fira Sans for headlines and sidebar (Light), Heuristica for the body (Adobe Utopia derivative). Both are licensed under the SIL OFL license. - A few tweaks Two examples: [modified `std`](http://adrientetar.legtux.org/cached/rust-docs/std.htm) and [modified `std::io`](http://adrientetar.legtux.org/cached/rust-docs/io.htm). cc #13484 **Blocked on rust-lang/prev.rust-lang.org#25 (for hosting of the fonts), that's showcased [here](http://adrientetar.github.io/rust-www/).** cc @brson, @thehydroimpulse
bootstrap.css
and clean it uphttp://adrientetar.github.io/rust-www
r? @brson