Skip to content

Twitter bootstrap & Foundation

Benjamin Roth edited this page Nov 4, 2013 · 1 revision

If you are using twitter bootstrap, the map navigation may appear broken. You need to add this to your bootstrap overrides css:

#map img { 
  max-width: none;
}
#map label { 
  width: auto; display:inline; 
}