Skip to content

Commit

Permalink
Avoid !important selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahocevar committed Sep 7, 2017
1 parent 0511202 commit d9d3714
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/center.css
Expand Up @@ -14,9 +14,9 @@ div.ol-rotate {
top: 178px;
right: 58px;
}
div.ol-attribution {
bottom: 30px !important;
right: 50px !important;
.map div.ol-attribution {
bottom: 30px;
right: 50px;
}
.padding-top {
position: absolute;
Expand Down

0 comments on commit d9d3714

Please sign in to comment.