From 9de5196ad6eb086cccfb94f3489bd9ca6d11d620 Mon Sep 17 00:00:00 2001 From: danfunk Date: Fri, 22 Sep 2023 12:26:14 -0400 Subject: [PATCH] css is an evil beast --- layouts/partials/css.html | 2 +- .../css/{custom_sartography_3.css => custom_sartography_4.css} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename static/css/{custom_sartography_3.css => custom_sartography_4.css} (99%) diff --git a/layouts/partials/css.html b/layouts/partials/css.html index 23cedde..098d31b 100644 --- a/layouts/partials/css.html +++ b/layouts/partials/css.html @@ -19,6 +19,6 @@ - + \ No newline at end of file diff --git a/static/css/custom_sartography_3.css b/static/css/custom_sartography_4.css similarity index 99% rename from static/css/custom_sartography_3.css rename to static/css/custom_sartography_4.css index c8f00e8..50f4fb8 100644 --- a/static/css/custom_sartography_3.css +++ b/static/css/custom_sartography_4.css @@ -127,7 +127,7 @@ div.admonition p.last { .tooltip .tooltiptext { visibility: hidden; - width: 360px; + max-width: 360px; background-color: black; color: #fff; text-align: center;