Skip to content

Commit

Permalink
removed generic
Browse files Browse the repository at this point in the history
  • Loading branch information
Robpol86 committed Aug 22, 2016
1 parent f1693ed commit a61fbe4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 1 addition & 8 deletions sphinxcontrib/versioning/_static/banner.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
font-size: 80%;
text-align: center;
color: white;
background: linear-gradient(-45deg,
background: #d40 linear-gradient(-45deg,
rgba(255, 255, 255, 0.2) 0%,
rgba(255, 255, 255, 0.2) 25%,
transparent 25%,
Expand Down Expand Up @@ -33,16 +33,9 @@

.scv-classic {
text-align: center !important;
background-color: #d40;
}


.scv-traditional {
text-align: center !important;
background-color: #d40;
}


.scv-generic {
background-color: #d40;
}
2 changes: 0 additions & 2 deletions sphinxcontrib/versioning/_templates/banner.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
{%- set banner_classes = 'scv-banner' %}
{%- if html_theme in ('sphinx_rtd_theme', 'bizstyle', 'classic', 'traditional') %}
{%- set banner_classes = banner_classes + ' scv-' + html_theme %}
{%- else %}
{%- set banner_classes = banner_classes + ' scv-generic' %}
{%- endif %}

{# Set banner message. #}
Expand Down

0 comments on commit a61fbe4

Please sign in to comment.