mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
#150: Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7.
This commit is contained in:
parent
041a491df7
commit
e02e828cbe
3
CHANGES
3
CHANGES
@ -1,6 +1,9 @@
|
|||||||
Release 0.6.2 (in development)
|
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
|
* #146: Don't fail to generate LaTeX when the user has an active
|
||||||
``.docutils`` configuration.
|
``.docutils`` configuration.
|
||||||
|
|
||||||
|
@ -5,15 +5,6 @@
|
|||||||
|
|
||||||
/* -- main layout ----------------------------------------------------------- */
|
/* -- main layout ----------------------------------------------------------- */
|
||||||
|
|
||||||
div.documentwrapper {
|
|
||||||
float: left;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.bodywrapper {
|
|
||||||
margin: 0 0 0 230px;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.clearer {
|
div.clearer {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
@ -20,6 +20,15 @@ div.document {
|
|||||||
background-color: {{ theme_sidebarbgcolor }};
|
background-color: {{ theme_sidebarbgcolor }};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.documentwrapper {
|
||||||
|
float: left;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.bodywrapper {
|
||||||
|
margin: 0 0 0 230px;
|
||||||
|
}
|
||||||
|
|
||||||
div.body {
|
div.body {
|
||||||
background-color: {{ theme_bgcolor }};
|
background-color: {{ theme_bgcolor }};
|
||||||
color: {{ theme_textcolor }};
|
color: {{ theme_textcolor }};
|
||||||
|
@ -25,10 +25,6 @@ body {
|
|||||||
min-width: 740px;
|
min-width: 740px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.documentwrapper {
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.document {
|
div.document {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user