diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-12-28 17:49:08 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-12-28 17:49:08 (GMT) |
commit | 0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784 (patch) | |
tree | df53ec696262a51f2c8634edb9e276478cd0af43 /templates | |
parent | e89eb77b14810649c679dc7d377ddb4e6a942d82 (diff) | |
download | Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.zip Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.tar.gz Doxygen-0b4b2d76e4cc8fcb85d9b3ad7252e676e5a1d784.tar.bz2 |
Bug 745659 - The table in classes.html has no class attribute
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/doxygen.css | 14 |
1 files changed, 13 insertions, 1 deletions
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; |