Add newline in quick start doc

This commit is contained in:
Frederic Junod
2014-02-27 09:23:23 +01:00
parent 2f73816916
commit 431ef6ef07

View File

@@ -72,7 +72,8 @@ The map in the application is contained in a [`<div>` HTML element](http://en.wi
```xml
<style>
.map {
height: 400px; width: 100%;
height: 400px;
width: 100%;
}
</style>
```