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
2 merge requests!41Version 2.0.0,!40Resolve "Links auf die DCAT-AP.de Metadaten"
...@@ -3075,3 +3075,8 @@ body.filters-modal div.row>aside.secondary.span3 { ...@@ -3075,3 +3075,8 @@ body.filters-modal div.row>aside.secondary.span3 {
.tpsh-collection-list { .tpsh-collection-list {
list-style-type: none; list-style-type: none;
} }
.metadata-links ul {
list-style: none;
padding-left: 0px;
}
\ No newline at end of file
...@@ -119,7 +119,7 @@ Example: ...@@ -119,7 +119,7 @@ Example:
</div> </div>
{% endblock %} {% endblock %}
{% block metadata_links %} {% block metadata_links %}
<div class="info-detail"> <div class="info-detail metadata-links">
<div>{{ _('DCAT-AP.de metadata') }}</div> <div>{{ _('DCAT-AP.de metadata') }}</div>
<ul> <ul>
<li><a href="/dataset/{{ pkg.id }}.rdf">Download (RDF/XML)</a></li> <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