From e2aff35eb02e501640987e72a08b40a32120204d Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Sun, 20 Mar 2022 02:31:00 -0400 Subject: generators/hugo/layouts/_markup/render-image: Deprecate image shortcodes Add render image hook and carefully slip figures into content. Image shortcodes can now be replaced with markdown and eventually removed. --- public/css/tdro.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index a0c2753..9df79df 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -505,11 +505,6 @@ ul { text-align: center; } -.content figure a { - display: inline-block; - width: 100%; -} - .content sup, .content sub { font-size: 75%; @@ -1425,7 +1420,7 @@ ol li:before { position: absolute; } -figure a, +figure > a, .navbar-item, .webring a, .article__more__content a, -- cgit v1.2.3