Skip to content

Commit 38fd189

Browse files
author
David Arutiunian
committedMay 24, 2020
chore: add doxygen.extra.css
1 parent 453cf05 commit 38fd189

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
 

‎doxygen.extra.css

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
html,
2+
body {
3+
height: 100%;
4+
}
5+
6+
body {
7+
display: flex;
8+
flex-direction: column;
9+
}
10+
11+
.PageDoc,
12+
.contents {
13+
flex: 1;
14+
}
15+
16+
.PageDoc {
17+
/* Github like style */
18+
margin: 16px auto;
19+
width: 1012px;
20+
padding: 32px;
21+
border: 1px solid #e1e4e8;
22+
border-radius: 2px;
23+
}

0 commit comments

Comments
 (0)