X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fscreen.css;h=c6cff7ea1885d30d3ef4a53b36faf181c65a15af;hb=1965895da8b5e90647fc5419b32f53ba63ceefa7;hp=acc41d039429d2236848d61b60582b7d884c405d;hpb=3959d637c205c82d6306e8de52caf26fd855e7dc;p=ardour-manual diff --git a/source/css/screen.css b/source/css/screen.css index acc41d0..c6cff7e 100644 --- a/source/css/screen.css +++ b/source/css/screen.css @@ -173,7 +173,6 @@ body { font-size: .9em; line-height: .9em; } -} #content figcaption.center { text-align: center; @@ -213,17 +212,6 @@ body { 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); -} - - -kbd.cmd { - text-shadow: none; - box-shadow: none; -} - #content p.center { text-align:center; }