Add styles

This commit is contained in:
Victor Zverovich 2014-10-17 07:24:49 -07:00
parent 32392597aa
commit 7d2c3ac0f2
3 changed files with 24 additions and 0 deletions

13
doc/_static/breathe.css vendored Normal file
View 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
View File

@ -0,0 +1,8 @@
.function dd, .class dd {
margin-left: 30px;
}
.public-func dd {
margin-left: 0px;
}

View File

@ -1,5 +1,8 @@
{% extends "!layout.html" %}
{# Custom CSS overrides #}
{% set bootswatch_css_custom = ['_static/cppformat.css'] %}
{% block footer %}
{{ super() }}
<!-- Google Analytics -->