X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=ad851c631142359337500db8eb416b2b277e4754;hb=8a9a84c1db49708f7e099d83778d4042a43a1d2d;hp=a4f54614adbae221146058866bc293834b93b6de;hpb=44f68c1e45e227ca26ac1c4a00d16e4d3569866a;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index a4f5461..ad851c6 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -1,5 +1,4 @@ #tree { - background-color: #eee; height: 100%; overflow: scroll; @@ -11,7 +10,7 @@ } #tree-inner { - padding: 15px 20px 30px 30px; + padding: 15px 20px 30px 30px; } #tree h1.title { @@ -21,11 +20,11 @@ } #tree h1.title a:hover { - border-bottom: none; + border-bottom: none; } #tree a { - font-size: 14px; + font-size: 14px; line-height: 28px; } @@ -38,15 +37,15 @@ #tree .child, #tree .parent *, #tree .child * { - display: inherit; - color: inherit; + display: inherit; + color: inherit; } #tree dd.child-1, #tree .child-2, #tree .child-3, #tree .child-4 { - display: none; + display: none; } @@ -272,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-"; @@ -281,6 +306,10 @@ content: "Alt-"; } +.mod3:before { + content: "Shift-"; +} + .mod4:before { content: "Win-"; } @@ -305,6 +334,10 @@ content: "Ctrl-"; } +.mac .mod3:before { + content: "Shift-"; +} + .mac .mod4:before { content: "Opt-"; }