Merge pull request #105 from pvgenuchten/lowercase-header

This commit is contained in:
Tom Kralidis
2019-05-08 09:34:51 -04:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -13,7 +13,7 @@ main {
padding: 6px;
}
.crumbs a {
padding-left:10px;
padding: 0px 6px;
color:black;
text-transform: capitalize;
}
@@ -21,4 +21,9 @@ main {
#items-map {
width: 100%;
height: 400px;
}
/* cancel mini-css header>button uppercase */
header button, header [type="button"], header .button, header [role="button"] {
text-transform: none;
}
+1 -1
View File
@@ -2,7 +2,7 @@
{% block title %}{{ super() }} {{ data['title'] }} {% endblock %}
{% block crumbs %}{{ super() }}
/ <a href="../collections">Collections</a>
<a href="./{{ data['name'] }}">{{ data['title'] }}</a>
/ <a href="./{{ data['name'] }}">{{ data['title'] }}</a>
{% endblock %}
{% block body %}
<section id="collections" itemprop="dataset" itemscope itemtype="http://schema.org/Dataset">