summaryrefslogtreecommitdiff
path: root/sphinx/themes/basic/static/basic.css
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-10 20:56:50 +0200
committerGeorg Brandl <georg@python.org>2009-05-10 20:56:50 +0200
commitc9b7163f045f4ab1d85b320ae538b1649c0dcd64 (patch)
treea460cab74ba8dde72d6544b2ed3ef9b24bc26de2 /sphinx/themes/basic/static/basic.css
parent9857cdf01ab5775973a44738813693119465e758 (diff)
downloadsphinx-c9b7163f045f4ab1d85b320ae538b1649c0dcd64.tar.gz
#150: Fix display of the "sphinxdoc" theme on Internet Explorer versions 6 and 7.
Diffstat (limited to 'sphinx/themes/basic/static/basic.css')
-rw-r--r--sphinx/themes/basic/static/basic.css9
1 files changed, 0 insertions, 9 deletions
diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css
index ed737d3b..68cae4fc 100644
--- a/sphinx/themes/basic/static/basic.css
+++ b/sphinx/themes/basic/static/basic.css
@@ -5,15 +5,6 @@
/* -- main layout ----------------------------------------------------------- */
-div.documentwrapper {
- float: left;
- width: 100%;
-}
-
-div.bodywrapper {
- margin: 0 0 0 230px;
-}
-
div.clearer {
clear: both;
}