diff --git a/webroot/css/layout.css b/webroot/css/layout.css index 1c6e5ab..b814585 100644 --- a/webroot/css/layout.css +++ b/webroot/css/layout.css @@ -46,9 +46,10 @@ table.item { border:1px solid #ccc; border-bottom:2px solid #ccc; } -table.item th { background: #f2f2f2; +table.list th { background: #dcdcdc; border-top: 1px solid #fff; border-left: 1px solid #fff; + border-bottom: 2px solid #aaa; border-right: 1px solid #ccc; text-align: center; }