Updated CSS to remove cell borders on the alternative CSS. #1374

This commit is contained in:
Eric Davis
2008-06-26 15:21:43 -07:00
parent d06af8384f
commit 5c0ccc549b

View File

@@ -17,12 +17,15 @@ tr.deliverable-details { border-top: 1px solid #BBBBBB; }
tr.deliverable-details td { padding-bottom: 50px ; }
td.deliverable-actions { padding-left: 10px; width:100px;}
td.deliverable-actions { padding-left: 10px; width:100px;}
tr.deliverable-details { border: none; }
tr.deliverable-details p { text-align:left; clear:both;}
tr.deliverable-details div { text-align:left; }
tr.deliverable-details table { width: 85%; }
tr.deliverable-details table tr td { padding: 0px; }
tr.deliverable-details table tr td { padding: 0px; border:none; }
tr.deliverable-details:hover table tr td{ border: none; }
tr.deliverable-details table tr td.title { font-weight:bold; text-align:left; }
tr.deliverable-details table tr td.data { text-align:right; }