aider: Reduced font size of table in leaderboard.md

# Aider chat conversation:

USER: make the font smaller for the table

ASSISTANT: Here is the *SEARCH/REPLACE* block to make the font smaller in the table:

docs/leaderboard.md
```markdown
<<<<<<< SEARCH
<table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
=======
<table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 14px;">
>>>>>>> REPLACE
```
This commit is contained in:
Paul Gauthier 2024-05-03 17:23:47 -07:00
parent 01cf0c43a0
commit e99eaf5e90

View file

@ -16,7 +16,7 @@ it will work best with models that score well on the code editing benchmark.
## Code editing leaderboard
<table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
<table style="width: 90%; max-width: 800px; margin: auto; border-collapse: collapse; box-shadow: 0 2px 4px rgba(0,0,0,0.1); font-size: 14px;">
<thead style="background-color: #f2f2f2;">
<tr>
<th style="padding: 4px; text-align: left;">Model</th>
@ -69,4 +69,4 @@ See the
[benchmark README]()
for information on running aider's code editing benchmark.
Submit results by opening a PR with edits to the
[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv).
[benchmark results CSV data file](https://github.com/paul-gauthier/aider/blob/main/_data/leaderboard.csv).