mirror of
https://github.com/fmtlib/fmt.git
synced 2024-12-28 17:11:08 +00:00
Add styles
This commit is contained in:
parent
32392597aa
commit
7d2c3ac0f2
13
doc/_static/breathe.css
vendored
Normal file
13
doc/_static/breathe.css
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
|
||||||
|
/* -- breathe specific styles ----------------------------------------------- */
|
||||||
|
|
||||||
|
/* So enum value descriptions are displayed inline to the item */
|
||||||
|
.breatheenumvalues li tt + p {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* So parameter descriptions are displayed inline to the item */
|
||||||
|
.breatheparameterlist li tt + p {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
|
|
8
doc/_static/cppformat.css
vendored
Normal file
8
doc/_static/cppformat.css
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
.function dd, .class dd {
|
||||||
|
margin-left: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.public-func dd {
|
||||||
|
margin-left: 0px;
|
||||||
|
}
|
||||||
|
|
3
doc/_templates/layout.html
vendored
3
doc/_templates/layout.html
vendored
@ -1,5 +1,8 @@
|
|||||||
{% extends "!layout.html" %}
|
{% extends "!layout.html" %}
|
||||||
|
|
||||||
|
{# Custom CSS overrides #}
|
||||||
|
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
|
||||||
|
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
{{ super() }}
|
{{ super() }}
|
||||||
<!-- Google Analytics -->
|
<!-- Google Analytics -->
|
||||||
|
Loading…
Reference in New Issue
Block a user