We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93ad6c commit 55dd6a4Copy full SHA for 55dd6a4
doc/doxygen_manual.css
@@ -84,6 +84,16 @@ div.headertitle
84
color: var(--title-text-color);
85
}
86
87
+div.headertitle .title
88
+{
89
+ line-height: 38px;
90
+}
91
+
92
+div.contents {
93
+ padding-left: 12px;
94
+ padding-right: 8px;
95
96
97
@media(min-width: 1120px) {
98
99
div.contents, div.headertitle
@@ -93,9 +103,4 @@ div.contents, div.headertitle
103
margin-right: auto;
104
105
-div.contents {
- padding-left: 12px;
- padding-right: 8px;
-}
100
-
101
106
} /* end @media */
0 commit comments