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;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
margin: 0; /* reset for Safari */
|
||||||
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
font-family: "Apple Garamond", "Baskerville",
|
font-family: "Apple Garamond", "Baskerville",
|
||||||
"Times New Roman", "Droid Serif", "Times",
|
"Times New Roman", "Droid Serif", "Times",
|
||||||
|
|
Loading…
Reference in a new issue