more readme updates

This commit is contained in:
Kevin Ross 2015-11-18 16:58:49 -06:00
parent 6f151e310e
commit 238fba9aff

View File

@ -164,7 +164,7 @@ Be sure to inspect the source of the demos to find proper markup examples. Remem
Radio example: Radio example:
```html ```html
<div class="form-group"> <div class="form-group">
<label class="col-lg-2 control-label">Radios</label> <label class="col-lg-2 control-label">Radios</label>
<div class="col-lg-10"> <div class="col-lg-10">
@ -181,7 +181,7 @@ Radio example:
</label> </label>
</div> </div>
</div> </div>
</div> </div>
``` ```
@ -235,7 +235,7 @@ Here is an example on how to use it:
Cards will adapt to column's width. The card below will have width equal to col-lg-6: Cards will adapt to column's width. The card below will have width equal to col-lg-6:
```html ```html
<div class="row"> <div class="row">
<div class="col-lg-3"></div> <div class="col-lg-3"></div>
<div class="col-lg-6"> <div class="col-lg-6">
@ -245,7 +245,7 @@ Cards will adapt to column's width. The card below will have width equal to col-
</div> </div>
<div class="col-lg-3"></div> <div class="col-lg-3"></div>
</div> </div>
``` ```
## Material.js ## Material.js