]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/screen.css
Moved previous CSS change to screen only, slightly reduced line height so that titles...
[ardour-manual] / source / css / screen.css
index 6c38a032065bf8ebd6fb6defb580d3b132d007ea..6cd3e256f55f30d5443790e14d3b76cd41426457 100644 (file)
@@ -48,7 +48,7 @@
 #content {
   padding: 1em 2em 2ex 21em;
   margin-left: 0;
-  line-height: 2em;
+  line-height: 1.8em;
 }
 
 #content h1,
 
 #content ul,
 #content ol {
-       overflow: hidden;
+  overflow: hidden;
 }
 
 #content figure {
 }
 
 #content figcaption {
-       display: table-caption;
-       caption-side: bottom;
-       font-style: italic;
-  padding-top: 0.5em;
+  display: table-caption;
+  caption-side: bottom;
+  font-style: italic;
+  padding-top: 0.4em;
   padding-bottom: 1em;
+  font-size: .9em;
+  line-height: .9em; 
+}
 }
 
 #content figcaption.center {
-       text-align: center;
+  text-align: center;
 }
 
 #content figcaption.titleover {
   text-align: center;
-       caption-side: top;
+  caption-side: top;
 }
 
 #content figure.right {
 }
 
 #content img.fit {
-       width: 100%;
+  width: 100%;
 }
 
 kbd {