Merge pull request #2814 from fredj/css-calc

Add missing whitespaces in CSS calc
This commit is contained in:
Frédéric Junod
2014-10-08 10:52:36 +02:00
+1 -1
View File
@@ -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;