]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/screen.css
First pass at reorganizing/cleaning up the MIDI part.
[ardour-manual] / source / css / screen.css
index 0d6486fc5adf0b3f9f82428f7cc42f4286f00dfe..6c38a032065bf8ebd6fb6defb580d3b132d007ea 100644 (file)
@@ -1,17 +1,3 @@
-@font-face {
-    font-family: 'junge-regular';
-    src: url('junge-regular-webfont.woff2') format('woff2'),
-         url('junge-regular-webfont.woff') format('woff'),
-         url('junge-regular-webfont.ttf')  format('truetype');
-    font-weight: normal;
-    font-style: normal;
-}
-
-body {
-  font-family: 'junge-regular';
-  font-size: 16px;
-  line-height: 2ex;
-}
 
 .clear {
   clear:both;
@@ -180,7 +166,7 @@ body {
 
 #content figcaption.titleover {
   text-align: center;
-       caption-side: top ;
+       caption-side: top;
 }
 
 #content figure.right {
@@ -208,6 +194,10 @@ body {
   width: 100%;
 }
 
+#content img.fit {
+       width: 100%;
+}
+
 kbd {
   text-shadow: 0 0 2px rgb(255, 255, 255);
   box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4), 0 .1em .11em rgba(0, 0, 0, .9);