From 32ab07dcdd5857aa68c23ae93bcdaf1f9ef67e5e Mon Sep 17 00:00:00 2001 From: Ed Ward Date: Thu, 19 Aug 2021 22:45:26 +0200 Subject: [PATCH] Even if fixmes were a good idea, showing it to the user makes no sense unless it is a warning about erroneous/false information --- source/css/common.css | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/source/css/common.css b/source/css/common.css index 528c25f..0de80fc 100644 --- a/source/css/common.css +++ b/source/css/common.css @@ -133,8 +133,7 @@ samp { } .note, -.warning, -.fixme { +.warning { min-height: 1.5ex; padding: 1em; margin-bottom: 1em; @@ -158,15 +157,7 @@ code { } .fixme { - border-color: #999944; - background-color: #f0f0e0; - font-weight: bold; -} - -.fixme:before { - content: 'FIXME: '; - font-style: italic; - font-size: 2em; + display: none; } /* Keyboard modifiers */ -- 2.37.2