diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-03-27 18:37:02 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2006-03-27 18:37:02 (GMT) |
commit | f8bf8307e131fd6e3057635f0553ce6d6bb9794f (patch) | |
tree | 70ca7fc96667c6c2dc67627660da9686dbb8d52f /src/ftvhelp.cpp | |
parent | 0a773cb15d41e5806b799cd24c076c60b734615c (diff) | |
download | Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.zip Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.tar.gz Doxygen-f8bf8307e131fd6e3057635f0553ce6d6bb9794f.tar.bz2 |
Release-1.4.6-20060327
Diffstat (limited to 'src/ftvhelp.cpp')
-rw-r--r-- | src/ftvhelp.cpp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/ftvhelp.cpp b/src/ftvhelp.cpp index 851108e..e72da91 100644 --- a/src/ftvhelp.cpp +++ b/src/ftvhelp.cpp @@ -653,15 +653,6 @@ void FTVHelp::generateTreeView() } t << "\">" << endl; t << " <title>TreeView</title>\n"; - t << " <style type=\"text/css\">\n"; - t << " <!--\n"; - t << " .directory { font-size: 10pt; font-weight: bold; }\n"; - t << " .directory h3 { margin: 0px; margin-top: 1em; font-size: 11pt; }\n"; - t << " .directory p { margin: 0px; white-space: nowrap; }\n"; - t << " .directory div { display: none; margin: 0px; }\n"; - t << " .directory img { vertical-align: middle; }\n"; - t << " -->\n"; - t << " </style>\n"; t << " <script type=\"text/javascript\">\n"; t << " <!-- // Hide script from old browsers\n"; t << " \n"; @@ -722,7 +713,7 @@ void FTVHelp::generateTreeView() t << " </script>\n"; t << " </head>\n"; t << "\n"; - t << " <body>\n"; + t << " <body class=\"ftvtree\">\n"; t << " <div class=\"directory\">\n"; t << " <h3>"; QCString &projName = Config_getString("PROJECT_NAME"); |