Changeset cf59070 in git
- Timestamp:
- 2006-09-08T13:07:51Z (13 years ago)
- Branches:
- 1.1, 1.2, 1.3, 3.0, 3.1, 3.2, master, trunk
- Children:
- 2964ae1
- Parents:
- ab1bf16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/xcache.css
r255ddf1 rcf59070 1 input, table { font-family: monospace; font-size: 11px; } 2 table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; } 1 input, table { font-family: sans-serif; font-size: 11px; } 2 table { border-collapse: collapse; } 3 table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } 3 4 table.cycles .col1 { background-color: #f5f5f5; } 4 5 table.cycles .col2 { background-color: #e0e0e0; } 5 table.cycles th, table.cycles td { border -top: 1px solid white; border-left: 1px solid white; }6 table.cycles th { background-color: # 707090; color: white; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; }7 th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; }6 table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; } 7 table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; } 8 th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; } 8 9 .button { } 9 10 span.sortarrow { color: white; text-decoration: none; } -
coverager/coverager.css
re96f9d5 rcf59070 1 h1 { text-align: center; } 2 input, table { font-family: monospace; font-size: 11px; } 3 table.cycles { border: 1px solid black; background: white; margin-top: 5px; margin-bottom: 5px; } 1 h1 { text-align: center; display: block; } 2 input, table { font-family: sans-serif; font-size: 11px; } 3 table { border-collapse: collapse; } 4 table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } 4 5 table.cycles .col1 { background-color: #f5f5f5; } 5 6 table.cycles .col2 { background-color: #e0e0e0; } 6 table.cycles th { background-color: #707090; color: white; font-weight: bold; height: 20px; line-height: 18px; font-family: serif; } 7 th a { color: white; font-weight: bold; display: block; width: 100%; height: 100%; } 7 table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; } 8 table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; } 9 th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; } 8 10 9 11 .coverFile { -
coverager/coverager.tpl.php
re96f9d5 rcf59070 57 57 $l_tds = _T("TODO"); 58 58 return <<<EOS 59 <table align="center" cellpadding="2" cellspacing=" 1" border="0" class="cycles">59 <table align="center" cellpadding="2" cellspacing="0" border="0" class="cycles"> 60 60 <tr> 61 61 <th>{$l_dir}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th><th>{$l_tds}</th> … … 118 118 return <<<EOS 119 119 <br> 120 <table align="center" cellpadding="2" cellspacing=" 1" border="0" class="cycles">120 <table align="center" cellpadding="2" cellspacing="0" border="0" class="cycles"> 121 121 <tr> 122 122 <th>{$l_fil}</th><th>{$l_per}</th><th>{$l_hit}</th><th>{$l_lns}</th>
Note: See TracChangeset
for help on using the changeset viewer.