Avoid !important when not needed.

This css selector is sufficient to override bootstrap’s one.
This commit is contained in:
Antoine Abt
2012-11-23 14:46:45 +01:00
parent 1d3eb0e60c
commit 862a53ddaf
2 changed files with 9 additions and 5 deletions

View File

@@ -485,5 +485,5 @@ a.olControlZoomOut {
/* override any max-width image settings (e.g. bootstrap.css) */
img.olTileImage {
max-width: none !important;
max-width: none;
}