Skeleton
Skeleton copied to clipboard
The one issue with skelly: buttons dont line up with text
The one thing I'm struggling with is text,buttons,icons when floated next to eachother do not line up at all vertically. Else, its a very nice framework thanks a lot.
Example: http://i.imgur.com/Akil1B2.png
<div class="row">
<h2>Hello</h2>
<p style="float:left;margin-left:10px;">Foo</p>
<button class=button style="float:left;margin-left:10px;">bar baz</button>
</div>
Unrelated suggestion also would be to add columns layout along with rows
Thats a reason of line-height, padding and margin.