]> Shamusworld >> Repos - ardour-manual/commitdiff
Moved previous CSS change to screen only, slightly reduced line height so that titles...
authorEd Ward <edwsaintesprit@hotmail.com>
Sun, 11 Apr 2021 12:14:33 +0000 (14:14 +0200)
committerLen Ovens <len@ovenwerks.net>
Sat, 17 Apr 2021 15:43:05 +0000 (08:43 -0700)
source/css/common.css
source/css/screen.css

index 4bd4b848d558c26419a7ab76e72db811fd2f37c1..b5ee4d7baf6a56bd24f4188d3bdddbd4026106db 100644 (file)
@@ -177,13 +177,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 ";}
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 {