/** ** file: float_left.css ** label: Float Left ** description: Float the map left. ** **/ div#map_canvas { float: left; margin: 12px; border: solid 1px black; }