diff options
author | albert-github <albert.tests@gmail.com> | 2018-07-20 17:33:28 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-07-20 17:33:28 (GMT) |
commit | d9b93a377237efd3f60186c5ba2ba344d4439173 (patch) | |
tree | 57b7218ad9588276aa917295b15ab48d6d241020 /templates/html | |
parent | 749afec191b8504a661dc2f2c730301777dc1712 (diff) | |
download | Doxygen-d9b93a377237efd3f60186c5ba2ba344d4439173.zip Doxygen-d9b93a377237efd3f60186c5ba2ba344d4439173.tar.gz Doxygen-d9b93a377237efd3f60186c5ba2ba344d4439173.tar.bz2 |
Bug 579628 - Merging of consecutive repeated commands creates poorly-structured HTML
Most issues from this report were already implemented. Extended for cross reference lists with the possibility to "style" intermediate items as well.
(also some code structure, i.e. mnemonics instead of numbers).
Diffstat (limited to 'templates/html')
-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 8a1235a..500a70e 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 { |