remove editor iframes, first step

This commit is contained in:
Peter 'Pita' Martischka 2015-04-12 16:37:38 +01:00
parent e3f95d0c9c
commit 99a6e2ab8f
5 changed files with 47 additions and 171 deletions

View file

@ -119,10 +119,8 @@ body.doesWrap > div{
}
#innerdocbody {
padding-top: 1px; /* important for some reason? */
padding-right: 10px;
padding-bottom: 8px;
padding-left: 1px /* prevents characters from looking chopped off in FF3 -- Removed because it added too much whitespace */;
position: absolute;
top: 8px;
overflow: hidden;
/* blank 1x1 gif, so that IE8 doesn't consider the body transparent */
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);