Avoid !important selectors

This commit is contained in:
Andreas Hocevar
2017-09-07 09:16:03 +02:00
committed by GitHub
parent 0511202743
commit d9d371479a

View File

@@ -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;