Skip to content

Commit ef69736

Browse files
jordimasclaude
andcommitted
Align table styling with bar chart: white background, #ddd borders
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 03d456d commit ef69736

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

asr/table_template.jinja

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<table style="border-collapse: collapse; width: auto;">
1+
<style>
2+
.eval-table { border-collapse: collapse; width: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 13px; color: #222; background: #fff; }
3+
.eval-table th { background: #fff; border: 1px solid #ddd; padding: 7px 12px; font-weight: 600; color: #1a1a1a; text-align: left; }
4+
.eval-table td { border: 1px solid #ddd; padding: 6px 12px; background: #fff; }
5+
.eval-table tbody tr:hover td { background: #f9f9f9; }
6+
</style>
7+
<table class="eval-table">
28
<thead>
39
<tr>
410
<th>Model</th>

llm/table_template.jinja

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
<table style="border-collapse: collapse; width: auto;">
1+
<style>
2+
.eval-table { border-collapse: collapse; width: auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; font-size: 13px; color: #222; background: #fff; }
3+
.eval-table th { background: #fff; border: 1px solid #ddd; padding: 7px 12px; font-weight: 600; color: #1a1a1a; text-align: left; }
4+
.eval-table td { border: 1px solid #ddd; padding: 6px 12px; background: #fff; }
5+
.eval-table tbody tr:hover td { background: #f9f9f9; }
6+
</style>
7+
<table class="eval-table">
28
<thead>
39
<tr>
410
<th>Model</th>

0 commit comments

Comments
 (0)