Skip to content
Snippets Groups Projects
Commit e31c0700 authored by Thorge Petersen's avatar Thorge Petersen
Browse files

List style for metadata-links

parent 22e002a4
No related branches found
No related tags found
Loading
......@@ -3075,3 +3075,8 @@ body.filters-modal div.row>aside.secondary.span3 {
.tpsh-collection-list {
list-style-type: none;
}
.metadata-links ul {
list-style: none;
padding-left: 0px;
}
\ No newline at end of file
......@@ -119,7 +119,7 @@ Example:
</div>
{% endblock %}
{% block metadata_links %}
<div class="info-detail">
<div class="info-detail metadata-links">
<div>{{ _('DCAT-AP.de metadata') }}</div>
<ul>
<li><a href="/dataset/{{ pkg.id }}.rdf">Download (RDF/XML)</a></li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment