diff options
| author | scoder <none@none> | 2007-06-22 22:16:09 +0200 |
|---|---|---|
| committer | scoder <none@none> | 2007-06-22 22:16:09 +0200 |
| commit | 0479955a53141748fbe7d456d63c399fef5d8ac8 (patch) | |
| tree | 20fea89563bcd878607660219b0f26df12e8a3b1 /doc/html | |
| parent | 11992373dce18071e25003cbe3e0fb67dd4a57fa (diff) | |
| download | python-lxml-0479955a53141748fbe7d456d63c399fef5d8ac8.tar.gz | |
[svn r2513] merged in release doc updates from 1.3 branch
--HG--
branch : trunk
Diffstat (limited to 'doc/html')
| -rw-r--r-- | doc/html/style.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/html/style.css b/doc/html/style.css index 40aded51..623b3a15 100644 --- a/doc/html/style.css +++ b/doc/html/style.css @@ -205,6 +205,12 @@ blockquote { font-style: italic; } +div.line-block { + font-family: Times, "Times New Roman", serif; + text-align: center; + font-size: 140%; +} + code { color: Black; background-color: #cccccc; |
