mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-02-07 14:14:10 +08:00
Update common css file
This commit is contained in:
parent
adb14b8f9c
commit
abb5ed487b
29
docs/static/css/common.css
vendored
29
docs/static/css/common.css
vendored
@ -30,3 +30,32 @@ table thead th {
|
|||||||
table thead th p {
|
table thead th p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Breathe output changes */
|
||||||
|
.breathe-sectiondef.container {
|
||||||
|
background: #f9f9f9;
|
||||||
|
padding: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border: 1px solid #efefef;
|
||||||
|
}
|
||||||
|
.breathe-sectiondef.container .breathe-sectiondef-title {
|
||||||
|
background: #2980b9;
|
||||||
|
color: #FFFFFF;
|
||||||
|
padding: 4px;
|
||||||
|
margin: -10px -10px 0 -10px;
|
||||||
|
}
|
||||||
|
.breathe-sectiondef.container .function,
|
||||||
|
.breathe-sectiondef.container .member,
|
||||||
|
.breathe-sectiondef.container .class,
|
||||||
|
.breathe-sectiondef.container .type {
|
||||||
|
border-bottom: 1px solid #efefef;
|
||||||
|
}
|
||||||
|
.breathe-sectiondef.container .function:last-child,
|
||||||
|
.breathe-sectiondef.container .member:last-child,
|
||||||
|
.breathe-sectiondef.container .class:last-child,
|
||||||
|
.breathe-sectiondef.container .type:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*# sourceMappingURL=common.css.map */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user