change to line 73
parent
b657676bdd
commit
2ee4e9e7fd
|
@ -70,7 +70,7 @@ body.grayedout { background-color: #eee !important }
|
||||||
|
|
||||||
#innerdocbody {
|
#innerdocbody {
|
||||||
font-size: 12px; /* overridden by body.style */
|
font-size: 12px; /* overridden by body.style */
|
||||||
font-family: monospace; /* overridden by body.style */
|
font-family:Arial, sans-serif; /* overridden by body.style */
|
||||||
line-height: 16px; /* overridden by body.style */
|
line-height: 16px; /* overridden by body.style */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -87,7 +87,6 @@ body.doesWrap {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
/* blank 1x1 gif, so that IE8 doesn't consider the body transparent */
|
/* blank 1x1 gif, so that IE8 doesn't consider the body transparent */
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
|
background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
|
||||||
font-family:Arial, sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidediv {
|
#sidediv {
|
||||||
|
|
Loading…
Reference in New Issue