X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=5abbe55abe3dfe7301c0dd04096c679b3c6d9db2;hb=1bc084d882bf5792634c5fd08c35eff78de26b02;hp=6c8784dba98e88f215b787a80c56b9566acf0ca3;hpb=b818a4a21376b64fe83a532564f66e2ad8f560af;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 6c8784d..5abbe55 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -49,6 +49,11 @@ ul.inside li, ol.inside li { margin-left: 1em; } +#tree ul { + padding-left: 1em; + list-style-type: none; +} + #tree h1.title a:hover { border-bottom: none; } @@ -122,6 +127,13 @@ ul.inside li, ol.inside li { padding-bottom: .3ex; } +#content h1.clear, +#content h2.clear, +#content h3.clear, +#content h4.clear { + clear:both; +} + #content h1.title { font-size: 1.8em; margin: 0 0 2ex 0; @@ -269,6 +281,8 @@ ul.inside li, ol.inside li { display: table-caption; caption-side: bottom; font-style: italic; + padding-top: 0.5em; + padding-bottom: 1em; } #content figcaption.center { @@ -480,6 +494,15 @@ samp:after { clear: both; } +#content img.mini { + width:200px; +} + +#content img.mini:hover { + width: 100%; + /*transition: width .5s ease; doesn't work on right-floated figures */ +} + #content p.center { text-align:center; }