codeforamerica / councilmatic

A subscription service for city council legislative information, started in Philadelphia.
http://councilmatic.org
58 stars 22 forks source link

Google map controls effected by Twitter Bootstrap styles #30

Closed derekeder closed 11 years ago

derekeder commented 11 years ago

Adding this block to councilmatic.css should do the trick:

#map_canvas img {
  max-width: none;
}

Didn't want to add it in until we converted the styles from less to css.

derekeder commented 11 years ago

added the change to #29. closing