diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md
index 2ce057036..221782a58 100644
--- a/aider/website/docs/leaderboards/index.md
+++ b/aider/website/docs/leaderboards/index.md
@@ -61,11 +61,11 @@ The model also has to successfully apply all its changes to the source file with
{{ row.model }} |
-
+
{{ row.pass_rate_2 }}%
|
-
+
{{ row.percent_cases_well_formed }}%
|
{% assign cost_percent = row.total_cost | times: 100.0 | divided_by: max_cost %}
@@ -124,13 +124,11 @@ The model also has to successfully apply all its changes to the source file with
left: 0;
top: 0;
bottom: 0;
- background-color: rgba(54, 162, 235, 0.3); /* Bar color */
- border-right: 1px solid rgba(54, 162, 235, 0.5); /* Optional: define end */
z-index: 0; /* Behind the text */
height: 60%; /* Bar height */
margin: auto 0; /* Vertical centering */
border-radius: 0 2px 2px 0; /* Slightly rounded end corners */
- /* Width is set inline via style attribute */
+ /* Width and colors are set inline via style attribute */
}
.bar-cell span {
position: relative; /* Needed to stack above the absolute positioned bar */