Skip to content

Commit e24b162

Browse files
committed
Merge pull request opencv#18536 from alalek:backport_doxygen_style_18195
2 parents 62b5d37 + d9ea9be commit e24b162

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

doc/stylesheet.css

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ body, table, div, p, dl {
66
}
77

88
code {
9-
font: 12px Consolas, "Liberation Mono", Courier, monospace;
109
font-size: 85%;
10+
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
1111
white-space: pre-wrap;
1212
padding: 1px 5px;
13-
padding: 0;
14-
background-color: #ddd;
13+
background-color: rgb(223, 229, 241);
1514
vertical-align: baseline;
1615
}
1716

@@ -20,6 +19,16 @@ body {
2019
margin: 0 auto;
2120
}
2221

22+
div.fragment {
23+
padding: 3px;
24+
padding-bottom: 0px;
25+
}
26+
27+
div.line {
28+
padding-bottom: 3px;
29+
font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
30+
}
31+
2332
div.contents {
2433
width: 980px;
2534
margin: 0 auto;
@@ -35,3 +44,11 @@ span.arrow {
3544
div.image img{
3645
max-width: 900px;
3746
}
47+
48+
#projectlogo
49+
{
50+
text-align: center;
51+
vertical-align: middle;
52+
border-collapse: separate;
53+
padding-left: 0.5em;
54+
}

0 commit comments

Comments
 (0)