diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-07-06 04:32:16 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-07-06 04:32:16 +0000 |
commit | d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0 (patch) | |
tree | 8328c57d6cfd70839ca6682003ceaaaf0facba18 /doxygen.css | |
parent | c378a74ada806afb8004bf7a1c43ae46981a78e8 (diff) | |
download | Sensor-Watch-d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0.tar.gz Sensor-Watch-d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0.tar.bz2 Sensor-Watch-d8dba8cc0f0c7807e120d7ca67d598d2413fb3e0.zip |
deploy: 87da5f15ea314d53d97cee5f9fd13b4f83455256
Diffstat (limited to 'doxygen.css')
-rw-r--r-- | doxygen.css | 20 |
1 files changed, 17 insertions, 3 deletions
diff --git a/doxygen.css b/doxygen.css index 8e9cca36..2010785c 100644 --- a/doxygen.css +++ b/doxygen.css @@ -1,4 +1,4 @@ -/* The standard CSS for doxygen 1.9.2 */ +/* The standard CSS for doxygen 1.9.4 */ body, table, div, p, dl { font: 400 14px/22px Roboto,sans-serif; @@ -262,7 +262,7 @@ dl.el { } ul { - overflow: hidden; /*Fixed: list item bullets overlap floating elements*/ + overflow: visible; } #side-nav ul { @@ -1356,6 +1356,11 @@ dl.section dd { } +#projectrow +{ + height: 56px; +} + #projectlogo { text-align: center; @@ -1371,6 +1376,7 @@ dl.section dd { #projectalign { vertical-align: middle; + padding-left: 0.5em; } #projectname @@ -1521,6 +1527,10 @@ span.emoji { */ } +span.obfuscator { + display: none; +} + .PageDocRTL-title div.toc li.level1 { margin-left: 0 !important; margin-right: 0; @@ -1575,7 +1585,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; @@ -1814,6 +1824,10 @@ table.DocNodeLTR { margin-left: 0; } +code.JavaDocCode { + direction:ltr; +} + tt, code, kbd, samp { display: inline-block; |