some more css fixes

iframes-must-die
Peter 'Pita' Martischka 2015-04-12 17:29:17 +01:00
parent 4f888190ae
commit ea7f4079fb
1 changed files with 3 additions and 4 deletions

View File

@ -16,13 +16,13 @@ a {
white-space:pre-wrap;
}
ul, ol, li {
#innerdocbody ul, #innerdocbody ol, #innerdocbody li {
padding: 0;
margin: 0;
}
ul { margin-left: 1.5em; }
ul ul { margin-left: 0 !important; }
#innerdocbody ul { margin-left: 1.5em; }
#innerdocbody ul ul { margin-left: 0 !important; }
ul.list-bullet1 { margin-left: 1.5em; }
ul.list-bullet2 { margin-left: 3em; }
ul.list-bullet3 { margin-left: 4.5em; }
@ -121,7 +121,6 @@ body.doesWrap > div{
#innerdocbody {
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==);
}