more readme updates

This commit is contained in:
Kevin Ross 2015-11-18 16:58:49 -06:00
parent a446440a91
commit d39725bc9f

View File

@ -164,7 +164,7 @@ Be sure to inspect the source of the demos to find proper markup examples. Remem
Radio example:
```html
<div class="form-group">
<div class="form-group">
<label class="col-lg-2 control-label">Radios</label>
<div class="col-lg-10">
@ -181,7 +181,7 @@ Radio example:
</label>
</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:
```html
<div class="row">
<div class="row">
<div class="col-lg-3"></div>
<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 class="col-lg-3"></div>
</div>
</div>
```
## Material.js