Implementing comments on the pull request

There are no code samples any more and the note is expressed as a quote, much like it's already done in the badge documentation.
This commit is contained in:
The4thLaw 2015-11-10 16:02:13 +01:00
parent 823919d446
commit da36d6e82b

View File

@ -14,13 +14,7 @@ Use of MDL layout principles simplifies the creation of scalable pages by provid
</div>
```
Notably, the layout cannot be applied directly on the `<body>` element. Always create a nested `<div>` element.
```html
<body>
<div>
</div>
</body>
```
>**Note:** The layout cannot be applied directly on the `<body>` element. Always create a nested `<div>` element.
&nbsp;2. Add MDL classes as indicated, separated by spaces, to the div using the `class` attribute.
```html