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

@@ -55,7 +55,7 @@ body {
margin: 1em;
}
.ui-content .ui-listview {
margin: 0px;
margin: 0;
}
#details-list li{
padding:15px 10px;

View File

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