mirror of
https://github.com/servo/servo.git
synced 2025-08-11 16:35:33 +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. */
|
/* style for text node. */
|
||||||
*|*::-servo-text {
|
*|*::-servo-text {
|
||||||
margin: 0;
|
|
||||||
text-overflow: inherit;
|
text-overflow: inherit;
|
||||||
overflow: inherit;
|
overflow: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* style for text in input elements. */
|
|
||||||
*|*::-servo-input-text {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
*|*::-servo-table-wrapper {
|
*|*::-servo-table-wrapper {
|
||||||
display: table;
|
display: table;
|
||||||
border: none;
|
border: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue