From 67a54d383d0a607a9a5994cd800af658b65bdf96 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Sun, 25 Sep 2016 02:35:07 -0700 Subject: [PATCH] Give links around thumbnails in catalog class `catalog-link`. --- src/General/Build/CatalogThread.html | 2 +- src/css/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/General/Build/CatalogThread.html b/src/General/Build/CatalogThread.html index 6ed706ba0..852c2992a 100644 --- a/src/General/Build/CatalogThread.html +++ b/src/General/Build/CatalogThread.html @@ -1,4 +1,4 @@ - +
diff --git a/src/css/style.css b/src/css/style.css index 68b11c464..48c8f5814 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -739,7 +739,7 @@ div.catalog-thread { margin-bottom: -1px; border-bottom: 1px solid transparent; } -.catalog-thread > a { +.catalog-link { display: block; position: relative; } @@ -1175,7 +1175,7 @@ input[name="Default Volume"] { .werkTyme-filename { font-weight: bold; } -:root.werkTyme .catalog-thread > a { +:root.werkTyme .catalog-link { text-align: center; -webkit-align-self: stretch; align-self: stretch;