summaryrefslogtreecommitdiff
path: root/decorator/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'decorator/index.html')
-rw-r--r--decorator/index.html38
1 files changed, 9 insertions, 29 deletions
diff --git a/decorator/index.html b/decorator/index.html
index 2c3a022..ce64dfe 100644
--- a/decorator/index.html
+++ b/decorator/index.html
@@ -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.6: http://docutils.sourceforge.net/" />
+<meta name="generator" content="Docutils 0.5: 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 5951 2009-05-18 18:03:10Z milde $
+:Id: $Id: html4css1.css 5196 2007-06-03 20:25:28Z wiemann $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
@@ -158,32 +158,11 @@ h2.subtitle {
hr.docutils {
width: 75% }
-img.align-left, .figure.align-left{
- clear: left ;
- float: left ;
- margin-right: 1em }
+img.align-left {
+ clear: left }
-img.align-right, .figure.align-right {
- clear: right ;
- float: right ;
- margin-left: 1em }
-
-.align-left {
- text-align: left }
-
-.align-center {
- clear: both ;
- text-align: center }
-
-.align-right {
- text-align: right }
-
-/* reset inner alignment in figures */
-div.align-right {
- text-align: left }
-
-/* div.align-center * { */
-/* text-align: left } */
+img.align-right {
+ clear: right }
ol.simple, ul.simple {
margin-bottom: 1em }
@@ -238,7 +217,8 @@ p.topic-title {
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
- font: inherit }
+ font-family: serif ;
+ font-size: 100% }
pre.literal-block, pre.doctest-block {
margin-left: 2em ;
@@ -319,7 +299,7 @@ ul.auto-toc {
</tr>
<tr class="field"><th class="docinfo-name">Download page:</th><td class="field-body"><a class="reference external" href="http://pypi.python.org/pypi/decorator">http://pypi.python.org/pypi/decorator</a></td>
</tr>
-<tr class="field"><th class="docinfo-name">Installation:</th><td class="field-body"><tt class="docutils literal">easy_install decorator</tt></td>
+<tr class="field"><th class="docinfo-name">Installation:</th><td class="field-body"><tt class="docutils literal"><span class="pre">easy_install</span> <span class="pre">decorator</span></tt></td>
</tr>
<tr class="field"><th class="docinfo-name">License:</th><td class="field-body">BSD license</td>
</tr>