Fix reference to class name for seamed mode (closes #1703)

The class `mdl-layout__header--transparent` is mentioned twice. While reading the code I think `mdl-layout__header--seamed` fits the requirement in the second column.
This commit is contained in:
Jorrit Schippers 2015-10-07 17:42:26 +02:00 committed by Surma
parent 83e3dcb2d0
commit a7430a5284

View File

@ -320,7 +320,7 @@ The MDL CSS classes apply various predefined visual and behavioral enhancements
| `mdl-layout--small-screen-only` | Hides an element on larger screens | Optional; goes on any descendant of `mdl-layout` |
| `mdl-layout__header--waterfall` | Allows a "waterfall" effect with multiple header lines | Optional; goes on header element |
| `mdl-layout__header--transparent` | Makes header transparent (draws on top of layout background) | Optional; goes on header element |
| `mdl-layout__header--transparent` | Uses a header without a shadow | Optional; goes on header element |
| `mdl-layout__header--seamed` | Uses a header without a shadow | Optional; goes on header element |
| `mdl-layout__tab-bar` | Defines container as an MDL tab bar | Required on div element inside header (tabbed layout) |
| `mdl-layout__tab` | Defines anchor as MDL tab link | Required on tab bar anchor elements |
| `is-active` | Defines tab as default active tab | Optional; goes on tab bar anchor element and associated tab section element|