From ae1d4d75b2a2eb3534ff4b3685cc5c0b80007ef7 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 31 Jan 2009 17:45:48 +0100 Subject: ui-tree: show hexdump of binary blobs This teaches ui-tree to detect binary blobs and display them similar to `hexdump -C` (only wider). Signed-off-by: Lars Hjemli --- cgit.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 957d5aa..adfc8ae 100644 --- a/cgit.css +++ b/cgit.css @@ -263,6 +263,25 @@ table.blob a.no a:hover { color: black; } +table.bin-blob { + margin-top: 0.5em; + border: solid 1px black; +} + +table.bin-blob th { + font-family: monospace; + white-space: pre; + border: solid 1px #777; + padding: 0.5em 1em; +} + +table.bin-blob td { + font-family: monospace; + white-space: pre; + border-left: solid 1px #777; + padding: 0em 1em; +} + table.nowrap td { white-space: nowrap; } -- cgit v1.2.1