Skip to content

Commit 55dd6a4

Browse files
committed
Fix a couple of visual issues in the example documentation
1 parent a93ad6c commit 55dd6a4

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

doc/doxygen_manual.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,16 @@ div.headertitle
8484
color: var(--title-text-color);
8585
}
8686

87+
div.headertitle .title
88+
{
89+
line-height: 38px;
90+
}
91+
92+
div.contents {
93+
padding-left: 12px;
94+
padding-right: 8px;
95+
}
96+
8797
@media(min-width: 1120px) {
8898

8999
div.contents, div.headertitle
@@ -93,9 +103,4 @@ div.contents, div.headertitle
93103
margin-right: auto;
94104
}
95105

96-
div.contents {
97-
padding-left: 12px;
98-
padding-right: 8px;
99-
}
100-
101106
} /* end @media */

0 commit comments

Comments
 (0)