From 31e8f1113b0caa185a10a10c6eb25d3f70b8125d Mon Sep 17 00:00:00 2001 From: llm-can-optimize-vlm <150335675+llm-can-optimize-vlm@users.noreply.github.com> Date: Tue, 5 Dec 2023 00:45:51 -0800 Subject: [PATCH] Update index.css --- static/css/index.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/static/css/index.css b/static/css/index.css index 00c5799..33f3ff8 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -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; +}