summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-12-28 17:49:08 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-12-28 17:49:08 (GMT)
commit0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784 (patch)
treedf53ec696262a51f2c8634edb9e276478cd0af43
parente89eb77b14810649c679dc7d377ddb4e6a942d82 (diff)
downloadDoxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.zip
Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.tar.gz
Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.tar.bz2
Bug 745659 - The table in classes.html has no class attribute
-rw-r--r--src/index.cpp2
-rw-r--r--templates/html/doxygen.css14
2 files changed, 14 insertions, 2 deletions
diff --git a/src/index.cpp b/src/index.cpp
index 272e86f..15303c7 100644
--- a/src/index.cpp
+++ b/src/index.cpp
@@ -1901,7 +1901,7 @@ static void writeAlphabeticalClassList(OutputList &ol)
}
}
- ol.writeString("<table style=\"margin: 10px; white-space: nowrap;\" align=\"center\" width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n");
+ ol.writeString("<table class=\"classindex\">\n");
// generate table
for (i=0;i<=maxRows;i++) // foreach table row
{
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css
index 01df1b3..490b0f9 100644
--- a/templates/html/doxygen.css
+++ b/templates/html/doxygen.css
@@ -247,7 +247,7 @@ div.ah, span.ah {
-webkit-box-shadow: 2px 2px 3px #999;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
- background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
}
div.classindex ul {
@@ -1006,6 +1006,18 @@ div.summary a
white-space: nowrap;
}
+table.classindex
+{
+ margin: 10px;
+ white-space: nowrap;
+ margin-left: 3%;
+ margin-right: 3%;
+ width: 94%;
+ border: 0;
+ border-spacing: 0;
+ padding: 0;
+}
+
div.ingroups
{
font-size: 8pt;