mirror of
https://git.zx2c4.com/cgit
synced 2025-07-22 20:04:24 +02:00
Layout update
This commit is contained in:
parent
ac70cb4795
commit
66cacd053b
9 changed files with 131 additions and 36 deletions
|
@ -32,7 +32,6 @@ void cgit_print_view(const char *hex)
|
|||
}
|
||||
|
||||
buf[size] = '\0';
|
||||
html("<h2>Object content</h2>\n");
|
||||
html("<table class='list'>\n");
|
||||
htmlf("<tr class='nohover'><th class='left'>%s %s, %li bytes</th></tr>\n", type, hex, size);
|
||||
html("<tr><td class='blob'>\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue