Merge pull request #4045 from michaelmwhite/develop
change webview margin styling to padding
This commit is contained in:
commit
8c9e78a417
|
@ -24,7 +24,7 @@ img, iframe {
|
|||
height: auto;
|
||||
}
|
||||
body {
|
||||
margin: %dpx %dpx %dpx %dpx;
|
||||
padding: %dpx %dpx %dpx %dpx;
|
||||
}
|
||||
p#apNoShownotes {
|
||||
position: fixed;
|
||||
|
|
Loading…
Reference in New Issue