]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
(no commit message)
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2005 04:39:03 +0000 (04:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 21 Sep 2005 04:39:03 +0000 (04:39 +0000)
doc/build/components/section_wrapper.myt
doc/style.css

index d735148a8d49b0b77138c7772c0c60ddc2bc47f6..43cc2c947576d15fe8f5d699aa14fa2e4f325b36 100644 (file)
@@ -1,23 +1,24 @@
 <%python scope="global">
-       import string, re, time
+    import string, re, time
 
 </%python>
 
 <%args>
-       comp
-       toc
-       title
-       version = None
-       last_updated = None
-       index
-       paged
-       onepage
-       isdynamic
-       ext
+    comp
+    toc
+    title
+    version = None
+    last_updated = None
+    index
+    paged
+    onepage
+    isdynamic
+    ext
 </%args>
 
 
 <link href="docs.css" rel="stylesheet" type="text/css"></link>
+<script src="scripts.js"></script>
 
 
 <div style="position:absolute;left:0px;top:0px;"><a name="top"></a>&nbsp;</div>
index 64090d63953d81f69d29afc7feefd78477581d69..6decd245ded0bbab8cd13b357eff5cb3c74cfe2f 100644 (file)
@@ -99,3 +99,23 @@ a:hover {color:#700000;}
        width:auto;
 }
 
+.code {
+}
+
+.codepop {
+       font-weight:bold;
+       font-family: verdana, sans-serif;
+       font-size:12px;
+       color:#000000;
+       border:1px solid;
+       padding:10px;
+}
+
+.codepoplink {
+       font-weight:bold;
+       font-family: verdana, sans-serif;
+       font-size:12px;
+       color:#000000;
+       border:1px solid;
+       padding:2px 8px 2px 8px;
+}