Style class names as code

This commit is contained in:
Tyler Hallada 2014-07-11 18:33:06 -04:00
parent 83bbd773ac
commit 1a7fea9dc7

View File

@ -30,12 +30,12 @@ widths are:
CSS class name | width percentage
--------------- | ----------------
full | 100%
two-thirds | 66.7%
half | 50%
third | 33.3%
fourth | 25%
three-fourths | 75%
`full` | 100%
`two-thirds` | 66.7%
`half` | 50%
`third` | 33.3%
`fourth` | 25%
`three-fourths` | 75%
These are purely for convienence. A more precise width can be specified in the
CSS if desired with the `width` attribute.