summaryrefslogtreecommitdiffstats
path: root/src/htmlgen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2000-02-27 17:41:30 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2000-02-27 17:41:30 (GMT)
commitf4f3f1676896e6fd0c0044f001eda9829d9b3f60 (patch)
tree0e10644b6ed5c8878dc59e723fe3dcd591d57839 /src/htmlgen.cpp
parenta81ce4743212122ae050e5efbc4bfda92e6a664e (diff)
downloadDoxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.zip
Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.gz
Doxygen-f4f3f1676896e6fd0c0044f001eda9829d9b3f60.tar.bz2
Release 2000-02-27
Diffstat (limited to 'src/htmlgen.cpp')
-rw-r--r--src/htmlgen.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/htmlgen.cpp b/src/htmlgen.cpp
index a1987da..300f75d 100644
--- a/src/htmlgen.cpp
+++ b/src/htmlgen.cpp
@@ -184,7 +184,12 @@ void HtmlGenerator::writeStyleInfo(int part)
if (Config::htmlStyleSheet.isEmpty()) // write default style sheet
{
startPlainFile("doxygen.css");
- t << "H1 { text-align: center }" << endl;
+
+ // alternative, cooler looking titles
+ //t << "H1 { text-align: center; border-width: thin none thin none;" << endl;
+ //t << " border-style : double; border-color : blue; padding-left : 1em; padding-right : 1em }" << endl;
+
+ t << "H1 { text-align: center; }" << endl;
t << "A.qindex {}" << endl;
t << "A.qindexRef {}" << endl;
t << "A.el { text-decoration: none; font-weight: bold }" << endl;