diff --git a/templates/index.html b/templates/index.html
index 22cb888b..61e0cbcf 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -63,15 +63,22 @@
table thead th {
font-weight: 400;
}
+ table tr {
+ height: 35px;
+ }
tbody tr:nth-child(odd) {
background-color: #ffebeb;
}
table tr td {
white-space: nowrap;
overflow: hidden;
- padding-bottom: 0.4em;
- padding-top: 0.4em;
+ /*padding-bottom: 0.4em;*/
+ /*padding-top: 0.4em;*/
padding-left: 2px;
+ text-align: center;
+ }
+ table tr td a {
+ text-decoration: none;
}
table tr td img, table tr td object {
display: inline-block;
diff --git a/templates/link_index.html b/templates/link_index.html
index b6b7c1ad..854fcaf2 100644
--- a/templates/link_index.html
+++ b/templates/link_index.html
@@ -41,6 +41,10 @@
Screenshot
archive/$timestamp/screenshot.png
+