Merge pull request #105 from pvgenuchten/lowercase-header
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user