From c9c7aea1c4e39e85239e45bd8f7baed252d7806c Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 12 Apr 2025 23:26:05 -0700 Subject: [PATCH] docs: Improve leaderboard cost visualization and table layout --- aider/website/docs/leaderboards/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aider/website/docs/leaderboards/index.md b/aider/website/docs/leaderboards/index.md index f6fb8cf36..d0c2e0e1b 100644 --- a/aider/website/docs/leaderboards/index.md +++ b/aider/website/docs/leaderboards/index.md @@ -42,7 +42,7 @@ The model also has to successfully apply all its changes to the source file with Model Percent correct - Cost
(log scale bar) + Cost
(log scale) Command Edit format @@ -126,9 +126,9 @@ The model also has to successfully apply all its changes to the source file with position: absolute; top: 50%; transform: translateY(-50%); - height: 36px; /* Match the height of the bar */ + height: 10px; /* Match the height of the bar */ width: 1px; - background-color: rgba(170, 170, 170, 0.4); /* Lighter color for ticks */ + background-color: rgba(170, 170, 170, 0.2); z-index: 2; /* Above the bar but below the text */ } .bar-viz {