diff --git a/css/ol.css b/css/ol.css index 5fdca84a9e..008fdbd643 100644 --- a/css/ol.css +++ b/css/ol.css @@ -1,6 +1,5 @@ .ol-attribution { position: absolute; - font-size: 10px; text-align: right; color: #eeeeee; bottom: 0; @@ -13,9 +12,16 @@ color: white; text-decoration: none; } +.ol-attribution ul { + margin: 3px 0; + padding: 0; + font-size: 10px; + line-height: 12px; +} .ol-attribution li { display: inline; list-style: none; + line-height: inherit; } .ol-attribution li:not(:last-child):after { content: "\2003";