From f097c61b1c1435d4849a33930cb75332dc7158dc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 25 Dec 2015 13:06:49 +0100 Subject: Rewrite obbench, adding yarns and Debian packaging --- obbenchlib/obbench.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 obbenchlib/obbench.css (limited to 'obbenchlib/obbench.css') diff --git a/obbenchlib/obbench.css b/obbenchlib/obbench.css new file mode 100644 index 0000000..4e35607 --- /dev/null +++ b/obbenchlib/obbench.css @@ -0,0 +1,27 @@ +table { + border: 0; +} +th { + border-bottom: solid 1px; +} +th, td { + font-family: monospace; + text-align: left; + vertical-align: top; + padding-right: 2em; +} +td { + padding-bottom: 1em; +} +th.duration, td.duration { + width: 15em; +} +td.date { +// min-width: 30em; +} +td.commitid { +// width: 7em; +} +td.commitmsg { +// max-width: 30em; +} -- cgit v1.2.1