X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=source%2Fcss%2Fapp.css;h=7e11052d578163a8813dc54aca135b2dde4cabd9;hb=ab19a4c2b777a394236f63a52cb6c7a2f721c6ab;hp=3043faf3f36a7633ad8d84972e8bb53d8ca5b3c8;hpb=733f66fecd72602218808e41751fe43f802e43eb;p=ardour-manual diff --git a/source/css/app.css b/source/css/app.css index 3043faf..7e11052 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -67,7 +67,7 @@ #content li, #content dt, #content dd, -#content table { +#content table.dl { font-size: 16px; line-height: 28px; } @@ -129,48 +129,6 @@ border-bottom: 1px solid #eee; } -#content table { - width:100%; - margin: 1em 0; - padding: 0; - font-weight: normal; - text-align: left; -} - -#content table tr { - border-bottom: 2px solid #eeeeee; -} - -#content table tr:nth-child(odd){ - background-color: white; -} - -#content table tr:nth-child(even){ - background-color: #f5f5f5; -} - -#content table tr:hover { - background-color: #F2F9FF; -} - -#content table td, th { - margin: 0; - padding: 5px; - font-weight: normal; -} - -#content table th.sub1 { - padding-left: 2em; -} - -#content table th.sub2 { - padding-left: 4em; -} - -#content table thead { - font-weight:bold; -} - #content table.dl th { /* dl class (definition list) is for 2-columns tables that describe properties: maximmizes the width of the 2nd (description) column */ @@ -289,9 +247,6 @@ kbd { text-decoration: none; border-radius: .3em; cursor: default; - -moz-user-select: none; - -webkit-user-select: none; - user-select: none; background: rgb(250, 250, 250); background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255)); background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));