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;
|
height: auto;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
margin: %dpx %dpx %dpx %dpx;
|
padding: %dpx %dpx %dpx %dpx;
|
||||||
}
|
}
|
||||||
p#apNoShownotes {
|
p#apNoShownotes {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|
Loading…
Reference in New Issue