Add missing whitespaces in CSS calc

See http://dev.w3.org/csswg/css-values/#calc-syntax
This commit is contained in:
Frederic Junod
2014-10-08 10:40:25 +02:00
parent 3dcba3bf15
commit 2139e4455a

View File

@@ -9,7 +9,7 @@ body {
background: url(textured_paper.jpeg) repeat;
}
.ol-attribution {
max-width: calc(100%-3em);
max-width: calc(100% - 3em);
}
#tags {
display: none;