diff options
| author | Georg Brandl <georg@python.org> | 2009-10-25 11:09:09 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-10-25 11:09:09 +0100 |
| commit | 7aff9fe96eb356152b8b5d9996109f6eaec05bfe (patch) | |
| tree | 69beee17ef45860fa605b8b5ed1b6d0194b99f93 /sphinx/themes/basic/static/basic.css | |
| parent | 55c8eabd14fc0880aaf0231f0d5a5bd8bb435ca6 (diff) | |
| download | sphinx-7aff9fe96eb356152b8b5d9996109f6eaec05bfe.tar.gz | |
Add "important" to print rule.
Diffstat (limited to 'sphinx/themes/basic/static/basic.css')
| -rw-r--r-- | sphinx/themes/basic/static/basic.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/themes/basic/static/basic.css b/sphinx/themes/basic/static/basic.css index 128114b7..64964c98 100644 --- a/sphinx/themes/basic/static/basic.css +++ b/sphinx/themes/basic/static/basic.css @@ -392,7 +392,7 @@ span.eqno { div.document, div.documentwrapper, div.bodywrapper { - margin: 0; + margin: 0 !important; width: 100%; } |
