change webview margin styling to padding

This commit is contained in:
michaelmwhite 2020-04-11 20:18:42 -04:00
parent a0c7e17996
commit d71286714b

View File

@ -24,7 +24,7 @@ img, iframe {
height: auto; height: auto;
} }
body { body {
margin: %dpx %dpx %dpx %dpx; padding: %dpx %dpx %dpx %dpx;
} }
p#apNoShownotes { p#apNoShownotes {
position: fixed; position: fixed;