]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/common.css
Even if fixmes were a good idea, showing it to the user makes no sense unless it...
[ardour-manual] / source / css / common.css
index 98d12e580ef06f133d604085b912527012d245a9..0de80fc5cf7afc6d60c5007d5dbc575ed936941f 100644 (file)
@@ -1,13 +1,6 @@
-@font-face {
-    font-family: 'junge-regular';
-    src: url('../css/junge-regular-webfont.ttf')  format('truetype');
-    font-weight: normal;
-    font-style: normal;
-}
+
 
 body {
-  font-family: 'junge-regular';
-  font-size: 16px;
   line-height: normal;
 }
 
@@ -140,8 +133,7 @@ samp {
 }
 
 .note,
-.warning,
-.fixme {
+.warning {
   min-height: 1.5ex;
   padding: 1em;
   margin-bottom: 1em;
@@ -165,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 */