From 354bf9cc795d75d43009e24eecb383340a03cf34 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 8 Jan 2015 13:59:14 +0000 Subject: support dynamic queries! Add form with event handler which performs JSON XHR query and draws results. --- html/css/git-deps.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'html/css/git-deps.css') diff --git a/html/css/git-deps.css b/html/css/git-deps.css index 4f43c83..156b064 100644 --- a/html/css/git-deps.css +++ b/html/css/git-deps.css @@ -29,3 +29,7 @@ g.node text { opacity: 0.4; marker-end: url(#end-arrow); } + +.commitish input { + font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; +} -- cgit