From 532515d41a8e2ce914ac7c9e01c41044ebd62452 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 6 Apr 2023 21:45:07 -0700 Subject: Set correct index pages --- frontend/script.js | 3 ++- frontend/style.css | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend') diff --git a/frontend/script.js b/frontend/script.js index 6f4775e..20f5b08 100644 --- a/frontend/script.js +++ b/frontend/script.js @@ -9,7 +9,8 @@ function populateSearchBar(docset_json) { // Add to docset-table document.getElementById("docset-table").getElementsByTagName("tbody")[0].innerHTML += "" + "" + - "" + "" + diff --git a/frontend/style.css b/frontend/style.css index d3fa92c..dbaf66b 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -7,6 +7,7 @@ input { } .docset-parent { + text-align: left; width: 100%; } -- cgit