diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-18 17:40:03 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-08-26 08:11:14 (GMT) |
commit | 883989fced827524354297009fde396ca6264a31 (patch) | |
tree | c530cc74701278fec2324f13ade49247eb203ce8 /templates/html/doxygen.css | |
parent | 5c2b6c294535a0dabe29b5ef311b4975eccb2357 (diff) | |
download | Doxygen-883989fced827524354297009fde396ca6264a31.zip Doxygen-883989fced827524354297009fde396ca6264a31.tar.gz Doxygen-883989fced827524354297009fde396ca6264a31.tar.bz2 |
Fixes to support nested tables again
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r-- | templates/html/doxygen.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index e41b0d7..8383f5a 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -832,6 +832,10 @@ address { color: ##33; } +table.doxtable caption { + caption-side: top; +} + table.doxtable { border-collapse:collapse; margin-top: 4px; |