From ddb04aaac7d9875f1dfd7970944dab6aa6557099 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Fri, 22 Oct 2010 14:14:10 +0800 Subject: Add support for git-pull requests Add a a pull_url to the Patch object, and update the parser to look for git-pull style emails. Requires SQL migration script. Signed-off-by: Jeremy Kerr --- htdocs/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'htdocs') diff --git a/htdocs/css/style.css b/htdocs/css/style.css index 9d03418..75e3000 100644 --- a/htdocs/css/style.css +++ b/htdocs/css/style.css @@ -272,6 +272,10 @@ table.patchmeta tr th, table.patchmeta tr td { padding: 1em; } +.patch-pull-url { + font-family: "DejaVu Sans Mono", fixed; +} + .quote { color: #007f00; } -- cgit v1.2.3