Sha256: 752c79ce88a6e77c17e9e2144619159b18a4c6598b2cb5004231e0349133f800
Contents?: true
Size: 591 Bytes
Versions: 1
Compression:
Stored size: 591 Bytes
Contents
--- layout: default title: "Boxes" date: 2013-05-17 23:24:04 --- Boxes ====== The `atlas_assets` gem ships with a few styles you can apply to `div` elements, to make them into grouped boxes, to use on e.g. a profile page to split up the content. Default Box ----------- Add a `.box` class to a `div` element to style as a sectioned box. <div class="box"> <h3>Heading</h3> <div class="box-inner"> <p>This is a box with some content</p> </div> </div> ~~~html <div class="box"> <h3>Heading</h3> <div class="box-inner"> <p>This is a box with some content</p> </div> </div> ~~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
atlas_assets-0.1.3 | docs/_posts/2013-05-22-boxes.md |