X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=dc841128b43efef0b2b15b1e9a6ae0b3bda2aff3;hb=2113c7f37900e01afbc28e9879eb6047ec6251bd;hp=a4f54614adbae221146058866bc293834b93b6de;hpb=c59be8cb6de7018ab02490afe2c116a233b85f55;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index a4f5461..dc84112 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; } @@ -281,6 +280,10 @@ content: "Alt-"; } +.mod3:before { + content: "Shift-"; +} + .mod4:before { content: "Win-"; } @@ -305,6 +308,10 @@ content: "Ctrl-"; } +.mac .mod3:before { + content: "Shift-"; +} + .mac .mod4:before { content: "Opt-"; }