diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-05-18 15:12:01 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-05-18 15:12:01 +0000 |
commit | c378a74ada806afb8004bf7a1c43ae46981a78e8 (patch) | |
tree | d4d94156cdc3aadc454b9497d63516556a5310a1 /doxygen.css | |
parent | a32c84e0770561b2d212547a4ca6c8009c13504f (diff) | |
download | Sensor-Watch-c378a74ada806afb8004bf7a1c43ae46981a78e8.tar.gz Sensor-Watch-c378a74ada806afb8004bf7a1c43ae46981a78e8.tar.bz2 Sensor-Watch-c378a74ada806afb8004bf7a1c43ae46981a78e8.zip |
deploy: 96aaa47c8ec3c25d1ae2d4ee292ef5b83c8423fc
Diffstat (limited to 'doxygen.css')
-rw-r--r-- | doxygen.css | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/doxygen.css b/doxygen.css index 90367372..8e9cca36 100644 --- a/doxygen.css +++ b/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.9.3 */ +/* The standard CSS for doxygen 1.9.2 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -262,7 +262,7 @@ dl.el { } ul { - overflow: visible; + overflow: hidden; /*Fixed: list item bullets overlap floating elements*/ } #side-nav ul { @@ -1356,11 +1356,6 @@ dl.section dd { } -#projectrow -{ - height: 56px; -} - #projectlogo { text-align: center; @@ -1376,7 +1371,6 @@ dl.section dd { #projectalign { vertical-align: middle; - padding-left: 0.5em; } #projectname @@ -1527,10 +1521,6 @@ span.emoji { */ } -span.obfuscator { - display: none; -} - .PageDocRTL-title div.toc li.level1 { margin-left: 0 !important; margin-right: 0; @@ -1585,7 +1575,7 @@ tr.heading h2 { #powerTip { cursor: default; - /*white-space: nowrap;*/ + white-space: nowrap; background-color: white; border: 1px solid gray; border-radius: 4px 4px 4px 4px; @@ -1824,10 +1814,6 @@ table.DocNodeLTR { margin-left: 0; } -code.JavaDocCode - direction:ltr; -} - tt, code, kbd, samp { display: inline-block; |