Move font-family customization to layout.css

This commit is contained in:
Frederic Junod
2014-10-30 12:44:47 +01:00
parent 178e3f1856
commit d4bd5f24c6
2 changed files with 4 additions and 7 deletions

View File

@@ -99,7 +99,6 @@
}
.ol-compass {
display: block;
font-family: Arial;
font-weight: normal;
font-size: 1.2em;
}
@@ -222,12 +221,6 @@ button.ol-full-screen-true:after {
width: 1.8em;
}
.ol-control button,
.ol-attribution,
.ol-scale-line-inner {
font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
}
.ol-overviewmap {
position: absolute;
left: 0.5em;

View File

@@ -11,6 +11,10 @@ body {
.ol-attribution {
max-width: calc(100% - 3em);
}
.ol-control button, .ol-attribution, .ol-scale-line-inner {
font-family: 'Lucida Grande',Verdana,Geneva,Lucida,Arial,Helvetica,sans-serif;
}
#tags {
display: none;
}