mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-15 09:00:05 +00:00
Improve style
This commit is contained in:
parent
86aa72f3d5
commit
183ce52c41
@ -44,21 +44,21 @@ div.sphinxsidebar {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: check if this is needed
|
// Indent descriptions of classes, functions and macros.
|
||||||
/*.github-btn {
|
.class dd, .function dd, .macro dd {
|
||||||
border: 0;
|
margin-left: 20px;
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.public-func dd {
|
|
||||||
margin-left: 0;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
// Indent descriptions of classes, defines and functions.
|
|
||||||
.class dd, .define dd, .function dd {
|
|
||||||
margin-left: 30px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remove Bootstrap padding for code elements in API signatures.
|
// Remove Bootstrap padding for Sphinx containers.
|
||||||
|
.breathe-sectiondef.container {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
// Remove Bootstrap padding for Sphinx code elements in API signatures.
|
||||||
.descclassname, .descname {
|
.descclassname, .descname {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p.rubric {
|
||||||
|
margin-top: 10px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user