Removed static and uploads URLs from urls.py. staticfiles_urlpatterns handles
[e_cidadania.git] / docs / _templates / tr / static / bootstrap-sphinx.css_t
blob044eb4f2066ab97636d4941c6bd30e04e84d2bc6
1 /*
2 * bootstrap-sphinx.css
3 * ~~~~~~~~~~~~~~~~~~~~
5 * Sphinx stylesheet -- Twitter Bootstrap theme.
6 */
8 body {
9   padding-top: 42px;
12 div.documentwrapper {
13   float: left;
14   width: 100%;
17 {%- block sidebarlogo %}
18   {%- if logo %}
19 .topbar h3 a, .topbar .brand {
20   background: transparent url("{{ logo }}") no-repeat 22px 3px;
21   padding-left: 62px;
23   {%- endif %}
24 {%- endblock %}