summaryrefslogtreecommitdiffstats
path: root/htdocs/css
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2010-10-22 14:14:10 +0800
committerJeremy Kerr <jk@ozlabs.org>2010-11-01 10:24:04 -0400
commitddb04aaac7d9875f1dfd7970944dab6aa6557099 (patch)
tree0ee4cc15b728dd228fba03083ff4e81b53e572f2 /htdocs/css
parent3c1fe032cde2289a6ba2f87f09546e646d0e26bb (diff)
downloadpatchwork-ddb04aaac7d9875f1dfd7970944dab6aa6557099.tar.bz2
patchwork-ddb04aaac7d9875f1dfd7970944dab6aa6557099.tar.xz
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 <jk@ozlabs.org>
Diffstat (limited to 'htdocs/css')
-rw-r--r--htdocs/css/style.css4
1 files changed, 4 insertions, 0 deletions
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;
}