Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
llm-can-optimize-vlm authored Dec 5, 2023
1 parent 7cb9ae4 commit 31e8f11
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,22 @@ body {






table {
width: 100%;
border-collapse: collapse;
}
th, td {
padding: 5px;
text-align: center;
}
th {
background-color: #f2f2f2;
}
.caption {
margin-top: 5px;
font-size: smaller;
text-align: center;
}

0 comments on commit 31e8f11

Please sign in to comment.