diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-01-18 00:30:32 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-01-18 00:30:32 +0000 |
| commit | 1615f7ca650c61d4e84d9aa09671a5bc13029db6 (patch) | |
| tree | 935201da3d0e52cedefde08fb6a726c8a69dfe89 /doc | |
| parent | f70f641dd69e98251089453b8fc5a94799c4a12d (diff) | |
| download | sqlalchemy-1615f7ca650c61d4e84d9aa09671a5bc13029db6.tar.gz | |
changes to support docs in IE, adds a lot of whitespace....
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/components/formatting.myt | 2 | ||||
| -rw-r--r-- | doc/docs.css | 10 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/build/components/formatting.myt b/doc/build/components/formatting.myt index 65ab5d250..00e91c379 100644 --- a/doc/build/components/formatting.myt +++ b/doc/build/components/formatting.myt @@ -336,7 +336,7 @@ javascript:togglePopbox('<% name %>', '<% show %>', '<% hide %>') if name is None: name = 'popbox_' + repr(m.attributes['popbox_name']) </%init> -<div id="<% name %>_div" class="<% class_ %>" style="display:none;"><% m.content().strip() %></div> +</pre><div id="<% name %>_div" class="<% class_ %>" style="display:none;"><% m.content().strip() %></div><pre> </%method> <%method poplink trim="both"> diff --git a/doc/docs.css b/doc/docs.css index ae97a647e..ccf5a488a 100644 --- a/doc/docs.css +++ b/doc/docs.css @@ -181,6 +181,12 @@ } .code { + font-family:courier, serif; + font-size:12px; + background-color: #E2E2EB; + padding:2px 2px 2px 10px; + margin: 5px 5px 5px 5px; + line-height:1.2em; } .codepop { @@ -190,7 +196,9 @@ color:#000000; border:1px solid; padding:10px; - margin:5px 10px 5px 0px; + width:95%; + /*margin:5px 10px 5px 0px;*/ + /*clear:right;*/ } .codepoplink { |
