diff options
| author | Georg Brandl <georg@python.org> | 2009-05-10 20:56:50 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-05-10 20:56:50 +0200 |
| commit | c9b7163f045f4ab1d85b320ae538b1649c0dcd64 (patch) | |
| tree | a460cab74ba8dde72d6544b2ed3ef9b24bc26de2 /sphinx/themes/basic/static/basic.css | |
| parent | 9857cdf01ab5775973a44738813693119465e758 (diff) | |
| download | sphinx-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.css | 9 |
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; } |
