]> Git repositories of Nishi - repoview.git/commitdiff
kinda works
authorNishi <nishi@nishi.boats>
Thu, 22 Aug 2024 06:05:28 +0000 (06:05 +0000)
committerNishi <nishi@nishi.boats>
Thu, 22 Aug 2024 06:05:28 +0000 (06:05 +0000)
git-svn-id: file:///raid/svn-personal/repoview/trunk@57 7e8b2a19-8934-dd40-8cb3-db22cdd5a80f

CGI/theme/modern.c

index f4f27198c11304ff937eb87e1325b244d6fb120b..e88a9a0bff367ebdb12a229f138cedf058d3faa0 100644 (file)
@@ -530,7 +530,7 @@ void render_page(void) {
                        add_data(&page, "</code>'.");
                        add_data(&page, "</form>\n");
                        add_data(&page, "<h2 id=\"repolist\">Repository List</h2>\n");
-                       add_data(&page, "<table border=\"0\">\n");
+                       add_data(&page, "<table border=\"0\" style=\"width: 100%;\">\n");
                        add_data(&page, "<tr style=\"background-color: #D2E1F6;\"><th>Repository name</th><th>Revision</th></tr>\n");
                        fcounter = 0;
                        rv_repo_list(user, list_repo);
@@ -823,7 +823,7 @@ void render_page(void) {
                                free(path);
 
                                add_data(&page, "<h2 id=\"repolist\">Repository List</h2>\n");
-                               add_data(&page, "<table border=\"0\">\n");
+                               add_data(&page, "<table border=\"0\" style=\"width: 100%;\">\n");
                                add_data(&page, "<tr style=\"background-color: #D2E1F6;\"><th>Repository name</th><th>Revision</th></tr>\n");
                                fcounter = 0;
                                instead_username = rv_get_query("username");