Guard against Bootstrap's max-width setting

Bootstrap sets both the max-width and max-height of all image elements to 100%.  When attributions are removed from their containing element, this causes logos to shrink.
This commit is contained in:
Tim Schaub
2014-10-25 23:37:20 -06:00
parent 773ac433ce
commit 7152cdc87f

View File

@@ -217,6 +217,7 @@ button.ol-full-screen-true:after {
}
.ol-attribution img {
max-height: 2em;
max-width: inherit;
}
.ol-attribution ul, .ol-attribution button {
display: inline-block;