Reset style for Safari to make transition between view and edit more seamless
This commit is contained in:
parent
9c67333b87
commit
d6e1015197
1 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 0; /* reset for Safari */
|
||||
}
|
||||
|
||||
html {
|
||||
font-family: "Apple Garamond", "Baskerville",
|
||||
"Times New Roman", "Droid Serif", "Times",
|
||||
|
|
Loading…
Reference in a new issue