cloudant-labs / slate

The Cloudant Documentation, built with Slate
Other
14 stars 17 forks source link

Header Case #17

Closed bradley-holt closed 9 years ago

bradley-holt commented 9 years ago

Headers are all uppercase (e.g. NODE.JS). This is fine, but should really be done through styles rather than typed as all upper case.

KimStebel commented 9 years ago

Using style sheets for this makes it easy to change in one place if we ever want to change it. I don't see what benefit reverting to typing in upper case manually would have.

bradley-holt commented 9 years ago

Stupid Chrome. It appeared to me (based on a copy-and-paste) that these were typed as all upper case, and I was suggesting that they should be typed in the correct case and stylized to all upper case (exactly as you are saying). Upon further inspection of the DOM, I see that these are, in fact, typed in the correct case in the first place.