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:
parent
7b34e9d7cd
commit
e9ade4ddad
|
|
@ -27,7 +27,7 @@ h4 {
|
|||
#bannerLeft img {
|
||||
float:left;
|
||||
position: relative;
|
||||
top: 0px;
|
||||
top: 0;
|
||||
left: 40px;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue