diff options
Diffstat (limited to 'templates/html')
-rw-r--r-- | templates/html/doxygen.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 83cee43..4d9d168 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, .examples { +.params, .retval, .exception, .tparams { margin-left: 0px; padding-left: 0px; } @@ -1112,14 +1112,12 @@ div.headertitle direction: rtl; } -dl -{ - padding: 0 0 0 10px; +dl { + padding: 0 0 0 0; } -/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ -dl.section -{ +/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */ +dl.section { margin-left: 0px; padding-left: 0px; } |