diff --git a/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css b/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css index fc78eeefa71..1def50aa717 100644 --- a/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css +++ b/lib/Cake/Console/Templates/skel/webroot/css/cake.generic.css @@ -128,7 +128,6 @@ div.actions h3 { /** Tables **/ table { - background: #fff; border-right:0; clear: both; color: #333; @@ -153,16 +152,12 @@ th a.desc:after { content: ' ⇡'; } table tr td { - background: #fff; padding: 6px; text-align: left; vertical-align: top; border-bottom:1px solid #ddd; } -table tr:nth-child(2n) td { - background: #f5f5f5; -} -table .altrow td { +table tr:nth-child(even) { background: #f5f5f5; } td.actions { @@ -208,13 +203,16 @@ dl { margin: 0em 0em; width: 60%; } -dl .altrow { +dl dd:nth-child(4n+2), +dl dt:nth-child(4n+1) { background: #f4f4f4; } + dt { font-weight: bold; padding-left: 4px; vertical-align: top; + width: 10em; } dd { margin-left: 10em; @@ -536,4 +534,4 @@ div.code-coverage-results span.result-good { /** Elements **/ #url-rewriting-warning { display:none; -} \ No newline at end of file +}