cutting-room-floor / markers.js

DEPRECATED: USE MAPBOX.JS
http://mapbox.com/mapbox.js
BSD 3-Clause "New" or "Revised" License
18 stars 9 forks source link

Use div instead of h1 to prevent conflict with host application style sheets #20

Closed dhcole closed 12 years ago

dhcole commented 12 years ago

Using h1 is likely to cause conflict with styles that loosely declare and h1 style for the whole site. Overriding is hard and would require setting every possible property, like background, padding, margin..., to a reset value. Also, semantically, pages should only have one h1.