add Bootstrap:

- remove normalize.css, included
- adjust to Bootstrap's "box-sizing: border-box"
- conflict with Leaflet "label" class
This commit is contained in:
Norbert Renner 2014-08-27 17:01:00 +02:00
parent 32cde2b8e9
commit 5a277b0a34
5 changed files with 24 additions and 7 deletions

View file

@ -33,7 +33,7 @@ BR.Routing = L.Routing.extend({
this._edit._mouseMarker.setIcon(L.divIcon({
className: 'line-mouse-marker'
,iconAnchor: [8, 8] // size/2 + border/2
,iconSize: [8, 8]
,iconSize: [16, 16]
}));
this._draw.on('enabled', function() {