Skip to content

Commit

Permalink
Fix list class reference to display the proper modifier classes.
Browse files Browse the repository at this point in the history
  • Loading branch information
enniel authored and Garbee committed Sep 14, 2016
1 parent f941a99 commit 609fc1b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The MDL CSS classes apply various predefined visual enhancements to the list. Th
| .mdl-list__item-primary-content | Defines the primary content sub-division |-|
| .mdl-list__item-avatar | Defines the avatar sub-division |-|
| .mdl-list__item-icon | Defines the icon sub-division |-|
| .mdl-list__item-secondary-content | Defines the secondary content sub-division | requires `.mdl-list__item-two-line` or `.mdl-list__item-three-line` |
| .mdl-list__item-secondary-info | Defines the information sub-division |requires `.mdl-list__item-two-line` or `.mdl-list__item-three-line` |
| .mdl-list__item-secondary-action | Defines the Action sub-division | requires `.mdl-list__item-two-line` or `.mdl-list__item-three-line` |
| .mdl-list__item-text-body | Defines the Text Body sub-division | requires `.mdl-list__item-three-line` |
| .mdl-list__item-secondary-content | Defines the secondary content sub-division | requires `.mdl-list__item--two-line` or `.mdl-list__item--three-line` |
| .mdl-list__item-secondary-info | Defines the information sub-division |requires `.mdl-list__item--two-line` or `.mdl-list__item--three-line` |
| .mdl-list__item-secondary-action | Defines the Action sub-division | requires `.mdl-list__item--two-line` or `.mdl-list__item--three-line` |
| .mdl-list__item-text-body | Defines the Text Body sub-division | requires `.mdl-list__item--three-line` |

0 comments on commit 609fc1b

Please sign in to comment.