X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fscreen.css;h=6c38a032065bf8ebd6fb6defb580d3b132d007ea;hb=f04db3fe5d2b7eba806d154e215466a2884bdb0c;hp=bb0f469648a2baa6469292c8f06bd1ee6b21d7e2;hpb=b0bef685d217f6561716ccd697313b9919bff158;p=ardour-manual diff --git a/source/css/screen.css b/source/css/screen.css index bb0f469..6c38a03 100644 --- a/source/css/screen.css +++ b/source/css/screen.css @@ -166,7 +166,7 @@ #content figcaption.titleover { text-align: center; - caption-side: top ; + caption-side: top; } #content figure.right { @@ -194,6 +194,10 @@ 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);