diff --git a/doab_check/templates/basestyle.html b/doab_check/templates/basestyle.html index 0f74ff6..763fa67 100644 --- a/doab_check/templates/basestyle.html +++ b/doab_check/templates/basestyle.html @@ -375,6 +375,7 @@ table th { .content.is-large { font-size: 1.5rem } + .section { padding: 1.5rem; } @@ -384,4 +385,9 @@ header nav a { font-size: medium; font-weight: bold; } + +.itemtitle { + font-weight: 600; + padding-top: 1.5ex; +} \ No newline at end of file diff --git a/doab_check/templates/provider.html b/doab_check/templates/provider.html index 3be1f86..3764747 100644 --- a/doab_check/templates/provider.html +++ b/doab_check/templates/provider.html @@ -23,7 +23,9 @@ Link Checking for {{ code.recent_check__return_code }} {{ code.recent_check__return_code__count }} -how to fix +{% if code.recent_check__return_code != 200 %} +how to fix +{% endif %} {% empty %} None of the active links for {{ provider.provider }} have been checked. diff --git a/doab_check/templates/publisherlinks.html b/doab_check/templates/publisherlinks.html index fa21d06..c6f8cba 100644 --- a/doab_check/templates/publisherlinks.html +++ b/doab_check/templates/publisherlinks.html @@ -5,10 +5,6 @@ {% include "basestyle.html" %}