forked from fmtlib/fmt
Add styles
This commit is contained in:
Vendored
+13
@@ -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;
|
||||
}
|
||||
|
||||
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
.function dd, .class dd {
|
||||
margin-left: 30px;
|
||||
}
|
||||
|
||||
.public-func dd {
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
Vendored
+3
@@ -1,5 +1,8 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{# Custom CSS overrides #}
|
||||
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
|
||||
|
||||
{% block footer %}
|
||||
{{ super() }}
|
||||
<!-- Google Analytics -->
|
||||
|
||||
Reference in New Issue
Block a user