Commit 7d2c3ac0 authored by Victor Zverovich's avatar Victor Zverovich

Add styles

parent 32392597
/* -- 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;
}
.function dd, .class dd {
margin-left: 30px;
}
.public-func dd {
margin-left: 0px;
}
{% 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 -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment