From 2c475015897b2526c03e54cb895a39663fc4d8aa Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Tue, 29 Mar 2022 22:58:09 -0500 Subject: [PATCH] remove unused thumbnail class used to appear on a couple images, the styling was replaced with some more explicit image tags and soon will be replaced again with figure stuff --- incorporealcms/static/css/base.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index cfa8945..76e26b7 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -184,13 +184,6 @@ figcaption { margin-top: 5px; } -.thumbnail-image { - width: 150px; - height: auto; - margin: 5px; - display: inline; -} - .footnote { font-size: 0.8em; }