Documentation on how we want to style things, why we decided things should be that way, and copy-pastable code snippets.
Whenever content cannot be shown immediately insert a loading placeholder, placeholder should be the width/height of the section being loaded (as much as possible to predict).
<p class="loading"><i class="icon-cog icon-spin"></i> Loading...</p>
Loading...
Actions (buttons, links or labels) related to a heading, just add a .hX-right to a div before the heading.
<div class="h2-right"><button class="btn">Action</button></div>
<h2>Test</h2>
<div class="h2-right"><span class="label label-important">label</span></div>
<h2>Test</h2>
Content here, this is in a narrow box to make things more clear.
Content here, this is in a narrow box to make things more clear.
When would I use this feature?
Something I can copy paste to get going