Remove redundant unit in zero value form CSS. #1555

Fixes `CssRedundantUnit` inspection violations.

Description:
>This inspection highlights zero values with specified unit of measurement.
This commit is contained in:
Michal Kordas 2015-08-13 00:30:25 +02:00 committed by Roman Ivanov
parent 7b34e9d7cd
commit e9ade4ddad
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ h4 {
#bannerLeft img {
float:left;
position: relative;
top: 0px;
top: 0;
left: 40px;
}