mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
parent
662ff9b8c2
commit
dbe43237cc
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
|||
input, textarea, select { display: inline-block; }
|
||||
input { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: nowrap; }
|
||||
textarea { background: white; min-height: 1.0em; padding: 0em; padding-left: 0.25em; padding-right: 0.25em; border: solid lightgrey 1px; color: black; white-space: pre; }
|
||||
button,
|
||||
|
|
|
@ -251,6 +251,7 @@ input[type="submit"], select, button {
|
|||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
input, textarea, select, button { display: inline-block; }
|
||||
|
||||
hr { color: gray; border-style: inset; border-width: 1px; margin: 0.5em auto; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue