Adjust css examples formatting (#26127)

This commit is contained in:
David Way
2018-12-13 05:03:03 +00:00
committed by Tom
parent 18d5502965
commit 012e93154b
35 changed files with 303 additions and 326 deletions

View File

@@ -18,7 +18,7 @@ The `img` element will be rendered by default in most browsers to be displayed a
```
img {
display: inline-block;
display: inline-block;
}
```