diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-09-01 09:19:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-01 09:19:23 (GMT) |
commit | 3fdf6e52d2f54a5fc0ab0fade6201bc47c16ce9a (patch) | |
tree | 670c837c2566e8446db93bffc569a3c0f6f5f99c /templates | |
parent | a3ef054f5d2af360fa7541e01a6de102d1c7c147 (diff) | |
parent | d9b93a377237efd3f60186c5ba2ba344d4439173 (diff) | |
download | Doxygen-3fdf6e52d2f54a5fc0ab0fade6201bc47c16ce9a.zip Doxygen-3fdf6e52d2f54a5fc0ab0fade6201bc47c16ce9a.tar.gz Doxygen-3fdf6e52d2f54a5fc0ab0fade6201bc47c16ce9a.tar.bz2 |
Merge pull request #6402 from albert-github/feature/bug_579628
Bug 579628 - Merging of consecutive repeated commands creates poorly-structured HTML
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/doxygen.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 13d72c9..bee3bb4 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -80,6 +80,15 @@ p.endtd { margin-bottom: 2px; } +p.interli { +} + +p.interdd { +} + +p.intertd { +} + /* @end */ caption { |