Added new version of bootstrap theme
[e_cidadania.git] / docs / _templates / bootstrap / static / bootstrap-sphinx.css_t
blob965aa9ecf51ca06966b6d9bb12961c90995b190c
1 /*
2 * bootstrap-sphinx.css
3 * ~~~~~~~~~~~~~~~~~~~~
5 * Sphinx stylesheet -- Twitter Bootstrap theme.
6 */
8 body {
9   padding-top: 52px;
12 .navbar .brand {
13   color: #FFF;
14   text-shadow: #777 2px 2px 3px;
17 {%- block sidebarlogo %}
18   {%- if logo %}
19 .navbar h3 a, .navbar .brand {
20   background: transparent url("{{ logo }}") no-repeat 22px 3px;
21   padding-left: 62px;
23   {%- endif %}
24 {%- endblock %}