#150: Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7.

This commit is contained in:
Georg Brandl 2009-05-10 20:56:50 +02:00
parent 041a491df7
commit e02e828cbe
4 changed files with 12 additions and 13 deletions

View File

@ -1,6 +1,9 @@
Release 0.6.2 (in development)
==============================
* #150: Fix display of the "sphinxdoc" theme on Internet Explorer
versions 6 and 7.
* #146: Don't fail to generate LaTeX when the user has an active
``.docutils`` configuration.

View File

@ -5,15 +5,6 @@
/* -- main layout ----------------------------------------------------------- */
div.documentwrapper {
float: left;
width: 100%;
}
div.bodywrapper {
margin: 0 0 0 230px;
}
div.clearer {
clear: both;
}

View File

@ -20,6 +20,15 @@ div.document {
background-color: {{ theme_sidebarbgcolor }};
}
div.documentwrapper {
float: left;
width: 100%;
}
div.bodywrapper {
margin: 0 0 0 230px;
}
div.body {
background-color: {{ theme_bgcolor }};
color: {{ theme_textcolor }};

View File

@ -25,10 +25,6 @@ body {
min-width: 740px;
}
div.documentwrapper {
float: none;
}
div.document {
background-color: white;
text-align: left;