From 0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Mon, 28 Dec 2015 18:49:08 +0100 Subject: Bug 745659 - The table in classes.html has no class attribute --- src/index.cpp | 2 +- templates/html/doxygen.css | 14 +++++++++++++- 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("\n"); + ol.writeString("
\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; -- cgit v0.12