CSS: Remove units from a 0 width/height element

Close gh-3122
This commit is contained in:
Christophe Tafani-Dereeper 2016-05-16 14:44:45 +02:00 committed by Timmy Willison
parent 95c7ab6897
commit 69db408d82

View File

@ -53,11 +53,11 @@ div.medopacity {
}
div.nowidth {
width: 0px;
width: 0;
}
div.noheight {
height: 0px;
height: 0;
}
div.noopacity {