X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fscreen.css;h=6cd3e256f55f30d5443790e14d3b76cd41426457;hb=2639f322ce092a285122d8a4bfb5297e883003de;hp=6c38a032065bf8ebd6fb6defb580d3b132d007ea;hpb=8784c09ee467dad5cc148876bfb2e780d40132c0;p=ardour-manual diff --git a/source/css/screen.css b/source/css/screen.css index 6c38a03..6cd3e25 100644 --- a/source/css/screen.css +++ b/source/css/screen.css @@ -48,7 +48,7 @@ #content { padding: 1em 2em 2ex 21em; margin-left: 0; - line-height: 2em; + line-height: 1.8em; } #content h1, @@ -145,7 +145,7 @@ #content ul, #content ol { - overflow: hidden; + overflow: hidden; } #content figure { @@ -153,20 +153,23 @@ } #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 { @@ -195,7 +198,7 @@ } #content img.fit { - width: 100%; + width: 100%; } kbd {