diff options
author | albert-github <albert.tests@gmail.com> | 2018-06-29 14:46:09 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2018-06-29 14:46:09 (GMT) |
commit | 12eaf6afe565ae1f7d440080205ddb76585bd31d (patch) | |
tree | 94c4a9072b0cb00c826149bc629821166b431c25 /templates | |
parent | 154e877cc2e8b10091d7e0068b6f6d5793cd29f3 (diff) | |
download | Doxygen-12eaf6afe565ae1f7d440080205ddb76585bd31d.zip Doxygen-12eaf6afe565ae1f7d440080205ddb76585bd31d.tar.gz Doxygen-12eaf6afe565ae1f7d440080205ddb76585bd31d.tar.bz2 |
Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spelling
Made implementation analogous to the implementation for parameters in respect to padding and the use of colon (:).
Diffstat (limited to 'templates')
-rw-r--r-- | templates/html/doxygen.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 8a1235a..1f88998 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -687,7 +687,7 @@ dl.reflist dd { line-height: 14px; } -.params, .retval, .exception, .tparams { +.params, .retval, .exception, .tparams, .examples { margin-left: 0px; padding-left: 0px; } |