diff options
| author | Bryan Newbold <bnewbold@robocracy.org> | 2021-03-01 21:40:56 -0800 | 
|---|---|---|
| committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-03-01 21:40:56 -0800 | 
| commit | 7850aa5ab6ac15608dd98a83fb305c0dcb9d15b8 (patch) | |
| tree | 027be04f84fc2e0146b87b440ba6c02b61f75384 /python/fatcat_web/templates | |
| parent | 6e40cc800ec5428602a8f18b42111acf920ff2fd (diff) | |
| download | fatcat-7850aa5ab6ac15608dd98a83fb305c0dcb9d15b8.tar.gz fatcat-7850aa5ab6ac15608dd98a83fb305c0dcb9d15b8.zip | |
web: fix 'dark' archive color (typo); remove space after publisher name
Diffstat (limited to 'python/fatcat_web/templates')
| -rw-r--r-- | python/fatcat_web/templates/release_view.html | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/python/fatcat_web/templates/release_view.html b/python/fatcat_web/templates/release_view.html index 9464fda2..898cd369 100644 --- a/python/fatcat_web/templates/release_view.html +++ b/python/fatcat_web/templates/release_view.html @@ -98,7 +98,7 @@    {% endif %}    {% if release.publisher %}      by <span itemprop="publisher">{{ release.publisher }}</span> -  {% endif %}. +  {%- endif %}.    <p>    {% if release.volume != None %} @@ -218,7 +218,7 @@ accessible version.        <b>Archived</b>      </div>    {% elif entity._es.preservation == 'dark' %} -    <div class="ui top attached fluid large green inverted center aligned segment" style="padding: 0.5em; border-color: #5550; background-color: ##6e7b71;"> +    <div class="ui top attached fluid large green inverted center aligned segment" style="padding: 0.5em; border-color: #5550; background-color: #6e7b71;">        <b>"Dark" Archived</b>      </div>    {% else %} | 
