]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
changes to support docs in IE, adds a lot of whitespace....
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jan 2006 00:30:32 +0000 (00:30 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Jan 2006 00:30:32 +0000 (00:30 +0000)
doc/build/components/formatting.myt
doc/docs.css

index 65ab5d25006ecf318bb350e76f08ee9cf1cfb12f..00e91c3795b6cc6c0aa43961965ffb558031864f 100644 (file)
@@ -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">
index ae97a647ea457cbeeefc8f94353e246deaec0dff..ccf5a488abd64ac0623225c94cca074ef93d4c0c 100644 (file)
 }
 
 .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 {
        color:#000000;
        border:1px solid;
        padding:10px;
-       margin:5px 10px 5px 0px;
+       width:95%;
+       /*margin:5px 10px 5px 0px;*/
+       /*clear:right;*/
 }
 
 .codepoplink {