Reduce right margin for iframes

This commit is contained in:
Nathan Gray 2014-07-15 19:04:20 +00:00
parent 13f4ad2d59
commit e62cee604d
2 changed files with 4 additions and 4 deletions

View File

@ -2253,7 +2253,7 @@ html * {
html {
margin: 0px !important;
padding: 0px !important;
width: 99% !important;
width: 99.9% !important;
height: 99% !important;
}
body {
@ -2262,7 +2262,7 @@ body {
color: #000000;
margin: 0px !important;
padding: 0px !important;
width: 99% !important;
width: 99.9% !important;
height: 99% !important;
font-size: 11px;
line-height: 1.28;

View File

@ -111,7 +111,7 @@ html {
margin: 0px !important;
padding: 0px !important;
width: 99% !important;
width: 99.9% !important;
height: 99% !important;
}
@ -124,7 +124,7 @@ body{
margin: 0px !important;
padding: 0px !important;
width: 99% !important;
width: 99.9% !important;
height: 99% !important;
font-size: 11px;
line-height: 1.28;