Skip to content

Commit

Permalink
CSS: Remove units from a 0 width/height element
Browse files Browse the repository at this point in the history
Close gh-3122
  • Loading branch information
christophetd authored and timmywil committed May 16, 2016
1 parent 95c7ab6 commit 69db408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/data/testsuite.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ div.medopacity {
}

div.nowidth {
width: 0px;
width: 0;
}

div.noheight {
height: 0px;
height: 0;
}

div.noopacity {
Expand Down

0 comments on commit 69db408

Please sign in to comment.