]> Shamusworld >> Repos - ardour-manual/commitdiff
Even if fixmes were a good idea, showing it to the user makes no sense unless it...
authorEd Ward <edwsaintesprit@hotmail.com>
Thu, 19 Aug 2021 20:45:26 +0000 (22:45 +0200)
committerEd Ward <edwsaintesprit@hotmail.com>
Thu, 19 Aug 2021 20:45:26 +0000 (22:45 +0200)
source/css/common.css

index 528c25fb06d4f1a3328bd1e2ca8496cb1734ff0a..0de80fc5cf7afc6d60c5007d5dbc575ed936941f 100644 (file)
@@ -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 */