diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2012-10-18 10:39:28 +0200 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2012-10-18 10:39:28 +0200 |
| commit | 06a787e657bf26aab2c4e7b95a1336e087090ab5 (patch) | |
| tree | ff5851e3c7a16ca45c68feb9e8300903721dc8f2 /index.html | |
| parent | 38a8e36f8e4e42ba59149ebac9bf6d7d2bd8b87a (diff) | |
| download | python-decorator-git-06a787e657bf26aab2c4e7b95a1336e087090ab5.tar.gz | |
Worked on decorator 3.4
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -3,14 +3,14 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> -<meta name="generator" content="Docutils 0.7: http://docutils.sourceforge.net/" /> +<meta name="generator" content="Docutils 0.8.1: http://docutils.sourceforge.net/" /> <title>Decorator module</title> <meta name="author" content="Michele Simionato" /> <style type="text/css"> /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 6253 2010-03-02 00:24:53Z milde $ +:Id: $Id: html4css1.css 7056 2011-06-17 10:50:48Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. @@ -48,6 +48,10 @@ blockquote.epigraph { dl.docutils dd { margin-bottom: 0.5em } +object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] { + overflow: hidden; +} + /* Uncomment (and remove this text!) to get bold-faced definition list terms dl.docutils dt { font-weight: bold } @@ -186,7 +190,7 @@ img.align-center, .figure.align-center, object.align-center { /* reset inner alignment in figures */ div.align-right { - text-align: left } + text-align: inherit } /* div.align-center * { */ /* text-align: left } */ @@ -246,7 +250,7 @@ pre.address { margin-top: 0 ; font: inherit } -pre.literal-block, pre.doctest-block { +pre.literal-block, pre.doctest-block, pre.math { margin-left: 2em ; margin-right: 2em } |
