]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
moved stylesheets into section_wrapper so that autohandler can be more easily replaced
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Feb 2006 01:06:38 +0000 (01:06 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 6 Feb 2006 01:06:38 +0000 (01:06 +0000)
(when used on the site)

doc/build/components/autohandler
doc/build/components/section_wrapper.myt

index f87e3a9b87582942260b1c2946c8c32b3136a431..38f964fcb48a3e927cdba85f57b669c6a431d630 100644 (file)
@@ -2,8 +2,6 @@
 <html>
 <head>
        <title><& REQUEST:title &></title>
-       <link href="style.css" rel="stylesheet" type="text/css"></link>
-       <link href="syntaxhighlight.css" rel="stylesheet" type="text/css"></link>
 </head>
 <body>
 
@@ -16,7 +14,7 @@
 
 
 <%method title>
-Welcome to Myghty!
+Documentation
 </%method>
 
 
index 43cc2c947576d15fe8f5d699aa14fa2e4f325b36..8ed91f5ecd730213c05bbc36cd3a97f0b7b824b1 100644 (file)
@@ -16,6 +16,8 @@
     ext
 </%args>
 
+<link href="style.css" rel="stylesheet" type="text/css"></link>
+<link href="syntaxhighlight.css" rel="stylesheet" type="text/css"></link>
 
 <link href="docs.css" rel="stylesheet" type="text/css"></link>
 <script src="scripts.js"></script>