diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-06 01:06:38 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-02-06 01:06:38 +0000 |
| commit | a2e8be3ad4e3c6a108c02c86c721f0e1b4533bc7 (patch) | |
| tree | 5001a5cf57eb28e6afc843e081a6b4b72f76e3ea /doc | |
| parent | 49f8f0fe5d59d16d6163938d5761fd29fcec8b12 (diff) | |
| download | sqlalchemy-a2e8be3ad4e3c6a108c02c86c721f0e1b4533bc7.tar.gz | |
moved stylesheets into section_wrapper so that autohandler can be more easily replaced
(when used on the site)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/components/autohandler | 4 | ||||
| -rw-r--r-- | doc/build/components/section_wrapper.myt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/build/components/autohandler b/doc/build/components/autohandler index f87e3a9b8..38f964fcb 100644 --- a/doc/build/components/autohandler +++ b/doc/build/components/autohandler @@ -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> diff --git a/doc/build/components/section_wrapper.myt b/doc/build/components/section_wrapper.myt index 43cc2c947..8ed91f5ec 100644 --- a/doc/build/components/section_wrapper.myt +++ b/doc/build/components/section_wrapper.myt @@ -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> |
