[svn r37812] Using style.css from the doc directory for apigen now, with some overrides in

a seperate stylesheet. Cleaned up the stylesheet and script handling a bit:
stylesheets and scripts are now defined in the LayoutPage class (where they're
easily customizable). Also removed some old unused code and moved the H class
(html related) stuff to its own file. The idea is that this will become the
place where all the layout is defined.

--HG--
branch : trunk
This commit is contained in:
guido
2007-02-02 16:49:58 +01:00
parent 24539c3797
commit 37a4bfd5ad
5 changed files with 125 additions and 186 deletions

View File

@@ -204,6 +204,7 @@ class TestApiPageBuilder(AbstractBuilderTest):
print html
run_string_sequence_test(html, [
'href="../style.css"',
'href="../apigen_style.css"',
'src="../api.js"',
'href="index.html">pkg',
'href="main.html">main',