X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=ad851c631142359337500db8eb416b2b277e4754;hb=8a9a84c1db49708f7e099d83778d4042a43a1d2d;hp=dc841128b43efef0b2b15b1e9a6ae0b3bda2aff3;hpb=2113c7f37900e01afbc28e9879eb6047ec6251bd;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index dc84112..ad851c6 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -271,6 +271,32 @@ white-space:nowrap; } +#content img { + margin: 1em 0 1em 0; + +} +#content td { + padding: 0 1em 0 1em; +} + +#content .small { + width:150px; +} + +#content .right { + margin: 0 0 1em 1em; + float:right; +} + +#content .left { + margin-left:0 1em 1em 0; + float:left; +} + +#content .well.notabene { + border-color: #990000; + background-color: #ffeeee; +} .mod1:before { content: "Ctrl-";