get rid of div#container

This commit is contained in:
Nils Schneider 2015-03-23 12:50:45 +01:00
parent 9bb78b501e
commit 635d40e331

View File

@ -294,7 +294,6 @@
<script src="history.js"></script> <script src="history.js"></script>
</head> </head>
<body> <body>
<div id="container">
<div id="map"> <div id="map">
</div> </div>
<div id="sidebar"> <div id="sidebar">
@ -313,6 +312,5 @@
</p> </p>
</div> </div>
</div> </div>
</div>
</body> </body>
</html> </html>