]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-view.c
Layout update
[ps-cgit] / ui-view.c
index b75ce9a4c619e25f5ee79395c556a84235cc6f12..85e223cbc0398cede8851aa963a1fd7e278dfe5f 100644 (file)
--- a/ui-view.c
+++ b/ui-view.c
@@ -32,9 +32,8 @@ void cgit_print_view(const char *hex)
        }
 
        buf[size] = '\0';
        }
 
        buf[size] = '\0';
-       html("<h2>Object content</h2>\n");
        html("<table class='list'>\n");
        html("<table class='list'>\n");
-       htmlf("<tr><th>%s %s, %li bytes</th></tr>\n", type, hex, size);
+       htmlf("<tr class='nohover'><th class='left'>%s %s, %li bytes</th></tr>\n", type, hex, size);
        html("<tr><td class='blob'>\n");
        html_txt(buf);
        html("\n</td></tr>\n");
        html("<tr><td class='blob'>\n");
        html_txt(buf);
        html("\n</td></tr>\n");