Merge pull request #2814 from fredj/css-calc
Add missing whitespaces in CSS calc
This commit is contained in:
@@ -9,7 +9,7 @@ body {
|
|||||||
background: url(textured_paper.jpeg) repeat;
|
background: url(textured_paper.jpeg) repeat;
|
||||||
}
|
}
|
||||||
.ol-attribution {
|
.ol-attribution {
|
||||||
max-width: calc(100%-3em);
|
max-width: calc(100% - 3em);
|
||||||
}
|
}
|
||||||
#tags {
|
#tags {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user