diff options
Diffstat (limited to 'templates/html/doxygen.css')
-rw-r--r-- | templates/html/doxygen.css | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/templates/html/doxygen.css b/templates/html/doxygen.css index 3bb7316..4745ed1 100644 --- a/templates/html/doxygen.css +++ b/templates/html/doxygen.css @@ -163,10 +163,15 @@ dl.el { margin-left: -1cm; } -.fragment -{ - text-align: left; - direction:ltr; +ul { + overflow: hidden; /* Fixed: list item bullets overlap floating elements*/ +} + +.fragment { + text-align: left; + direction: ltr; + overflow-x: auto; /* Fixed: fragment lines overlap floating elements*/ + overflow-y: hidden; } pre.fragment { |