Add missing whitespaces in CSS calc
See http://dev.w3.org/csswg/css-values/#calc-syntax
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user