]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/common.css
Made PDF generation work again
[ardour-manual] / source / css / common.css
index 4bd4b848d558c26419a7ab76e72db811fd2f37c1..98d12e580ef06f133d604085b912527012d245a9 100644 (file)
@@ -1,7 +1,6 @@
 @font-face {
     font-family: 'junge-regular';
-    src: url('junge-regular-webfont.woff') format('woff'),
-         url('junge-regular-webfont.ttf')  format('truetype');
+    src: url('../css/junge-regular-webfont.ttf')  format('truetype');
     font-weight: normal;
     font-style: normal;
 }
@@ -78,11 +77,11 @@ kbd.option {
 }
 
 kbd.optoff:before {
-  content: url('/images/checkbox-unchecked.png');
+  content: url('../images/checkbox-unchecked.png');
 }
 
 kbd.option:before {
-  content: url('/images/checkbox-checked.png');
+  content: url('../images/checkbox-checked.png');
 }
 
 kbd.menu {
@@ -177,13 +176,6 @@ code {
   font-size: 2em;
 }
 
-figcaption {
-  font-size: .9em;
-  font-style: italic;
-  line-height: .9em; 
-}
-
-
 /* Keyboard modifiers */
 .mod1:before {        content: "Ctrl ";}
 .mod2:before {        content: "Alt ";}
@@ -226,6 +218,3 @@ figcaption {
 .mac .mod23n:before { content: "Ctrl Shift";}
 .mac .mod123n:before {content: "Cmd Ctrl Shift";}
 
-/* for images sliced in divs, as in http://manual.ardour.org/ardours-interface/about/ */
-.container { position: relative; border: none; }
-.hoverimg { position: absolute; border: none; }