style: Remove useless declarations in servo.css.

Margin is a reset property, there's no point in setting it to zero since it's
zero by default.
This commit is contained in:
Emilio Cobos Álvarez 2018-10-15 00:36:25 +02:00
parent 7ed3995725
commit 6d7d1e5691
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C

View file

@ -197,16 +197,10 @@ svg > * {
/* style for text node. */
*|*::-servo-text {
margin: 0;
text-overflow: inherit;
overflow: inherit;
}
/* style for text in input elements. */
*|*::-servo-input-text {
margin: 0;
}
*|*::-servo-table-wrapper {
display: table;
border: none;