summaryrefslogtreecommitdiffstats
path: root/doxygen.css
diff options
context:
space:
mode:
Diffstat (limited to 'doxygen.css')
-rw-r--r--doxygen.css20
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;