]> Shamusworld >> Repos - ardour-manual/blobdiff - source/css/screen.css
CSS: Clearer difference between menus and buttons, more elegant code
[ardour-manual] / source / css / screen.css
index acc41d039429d2236848d61b60582b7d884c405d..c6cff7ea1885d30d3ef4a53b36faf181c65a15af 100644 (file)
@@ -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;
 }