From d9d371479a5439ac9e318ffce1db089a9189439a Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Thu, 7 Sep 2017 09:16:03 +0200 Subject: [PATCH] Avoid !important selectors --- examples/center.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/center.css b/examples/center.css index a57a8e78119..f3eea4d4cbe 100644 --- a/examples/center.css +++ b/examples/center.css @@ -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;