mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
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:
parent
7ed3995725
commit
6d7d1e5691
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue