diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-19 16:09:33 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2018-08-19 16:09:33 (GMT) |
commit | a77fed0a607887a9ea023791b13e227a44eb82fc (patch) | |
tree | 0289ba89ab040a99082fce236e1278e3a88d37f0 /templates/html | |
parent | cf5f1ed593fefcef2cceee69dec44e7daa5e8c12 (diff) | |
parent | 12eaf6afe565ae1f7d440080205ddb76585bd31d (diff) | |
download | Doxygen-a77fed0a607887a9ea023791b13e227a44eb82fc.zip Doxygen-a77fed0a607887a9ea023791b13e227a44eb82fc.tar.gz Doxygen-a77fed0a607887a9ea023791b13e227a44eb82fc.tar.bz2 |
Merge branch 'feature/bug_693515' of https://github.com/albert-github/doxygen into albert-github-feature/bug_693515
Diffstat (limited to 'templates/html')
-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 8e87381..83cee43 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; } |