px is redundant for zero values

This commit is contained in:
Tobias Ahlin 2014-09-11 09:06:33 +02:00
commit f103d2632c

View file

@ -209,7 +209,7 @@
}
.ace_overwrite-cursors .ace_cursor {
border-left-width: 0px;
border-left-width: 0;
border-bottom: 1px solid;
}