CSS: remove unit when value is 0

This commit is contained in:
Frederic Junod
2012-03-19 09:44:22 +01:00
parent 926283fa69
commit 1a5d491dae
2 changed files with 2 additions and 2 deletions

View File

@@ -70,7 +70,7 @@ div.olLayerDiv {
}
div.olControlMousePosition {
bottom: 0em;
bottom: 0;
right: 3px;
display: block;
position: absolute;