diff --git a/archivebox/index/html.py b/archivebox/index/html.py index 0ba8e7c1..91ff83cd 100644 --- a/archivebox/index/html.py +++ b/archivebox/index/html.py @@ -121,7 +121,7 @@ def snapshot_icons(snapshot) -> str: path = link.archive_path canon = link.canonical_outputs() output = "" - output_template = '{} ' + output_template = '{} ' icons = { "singlefile": "❶", "wget": "🆆", diff --git a/archivebox/themes/default/main_index.html b/archivebox/themes/default/main_index.html index 85753b31..95af1963 100644 --- a/archivebox/themes/default/main_index.html +++ b/archivebox/themes/default/main_index.html @@ -185,14 +185,6 @@ .title-col a { color: black; } - .tags { - float: right; - border-radius: 5px; - background-color: #bfdfff; - padding: 2px 5px; - margin-left: 4px; - margin-top: 1px; - } diff --git a/archivebox/themes/default/main_index_row.html b/archivebox/themes/default/main_index_row.html index cfbcbfe8..cb821f61 100644 --- a/archivebox/themes/default/main_index_row.html +++ b/archivebox/themes/default/main_index_row.html @@ -2,7 +2,7 @@