From 609fc1b5a0dacebfb79052c5dafce5ea09328a6a Mon Sep 17 00:00:00 2001 From: Evgeni Razumov Date: Wed, 14 Sep 2016 14:34:28 +0300 Subject: [PATCH] Fix list class reference to display the proper modifier classes. --- src/list/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/list/README.md b/src/list/README.md index 042dc62c..a9099909 100644 --- a/src/list/README.md +++ b/src/list/README.md @@ -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` |