Skip to content

Commit 9df2ae5

Browse files
committed
Fix css ul on iviewer placeholder page
1 parent 0c3a478 commit 9df2ae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

idr_gallery/templates/idr_gallery/archived_image.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
margin: 0 auto;
77
padding: 20px;
88
}
9-
ul {
9+
.download_list {
1010
list-style: none;
1111
background: white;
1212
margin: 0;
@@ -65,7 +65,7 @@ <h3>Download Image Files</h3>
6565
</p>
6666
{% endif %}
6767

68-
<ul>
68+
<ul class="download_list">
6969
{% for file in fileset.file_urls %}
7070
<li>
7171
{% if file.url %}

0 commit comments

Comments
 (0)