From 327da95928d22ae22c51fca5bf1114f4bc06cf5b Mon Sep 17 00:00:00 2001
From: Nick Sweeting <git@nicksweeting.com>
Date: Wed, 24 Apr 2019 11:37:05 -0400
Subject: [PATCH] add classes to make it easier to parse html links index

---
 archivebox/legacy/templates/main_index.html     | 2 +-
 archivebox/legacy/templates/main_index_row.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archivebox/legacy/templates/main_index.html b/archivebox/legacy/templates/main_index.html
index 388e73f2..e246b0d9 100644
--- a/archivebox/legacy/templates/main_index.html
+++ b/archivebox/legacy/templates/main_index.html
@@ -196,7 +196,7 @@
         </header>
         <table id="table-bookmarks">
             <thead>
-                <tr>
+                <tr class="thead-tr">
                     <th style="width: 100px;">Bookmarked</th>
                     <th style="width: 26vw;">Saved Link ($num_links)</th>
                     <th style="width: 50px">Files</th>
diff --git a/archivebox/legacy/templates/main_index_row.html b/archivebox/legacy/templates/main_index_row.html
index 5f851603..a9037f83 100644
--- a/archivebox/legacy/templates/main_index_row.html
+++ b/archivebox/legacy/templates/main_index_row.html
@@ -1,7 +1,7 @@
 <tr>
     <td title="$timestamp">$bookmarked_date</td>
     <td class="title-col">
-        <a href="$archive_path/index.html"><img src="$favicon_url" class="link-favicon" decoding="async"></a>
+        <a href="$archive_path/index.html" class="link-url"><img src="$favicon_url" class="link-favicon" decoding="async"></a>
         <a href="$archive_path/$wget_url" title="$title">
             <span data-title-for="$url" data-archived="$is_archived">$title</span>
             <small style="float:right">$tags</small>