summaryrefslogtreecommitdiff
path: root/src/common/doc/stylesheet.css
blob: fb030e1fe9427500a0e041fcf03a3098b8700e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#projectname
{
  border: 0px none;
}
#projectbrief
{
  font: 60% Tahoma, Arial,sans-serif;
}
#projectnumber
{
  font: 80% Tahoma, Arial,sans-serif;
}
.arrow
{
    width: auto;
    height: auto;
    padding-left: 16px;
}
// With the doxygen versions <= 1.9.2 the default setting 'overflow: hidden;' causes problems.
// With the commit:
//   Commit: 590198b416cd53313d150428d2f912586065ea0d [590198b]
//   Date: Wednesday, December 1, 2021 1:37:26 PM
//   issue #8924 Horizontal scroll bar missing in HTML for wide class="dotgraph" objects
// for the doxygen 1.9.3 version this has already been corrected but to run properly with the <= 1.9.2 version
// this setting is required
ul {
  overflow: visible;
}