summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Finney <seanius@debian.org>2008-06-28 22:34:29 +0200
committerSean Finney <seanius@debian.org>2008-06-28 22:34:29 +0200
commit03114f2844d9492a8b4f7dc2c0753cf8ab7432c9 (patch)
treefb0aded9156547b684d9eb431dff351ff0820afb
parentd1e58b6b8993c5a5a7f555323b85820a9ca09963 (diff)
downloadpatch-tracker-03114f2844d9492a8b4f7dc2c0753cf8ab7432c9.tar.gz
shrink the diffstat info a bit
-rw-r--r--static/css/patches.css5
-rwxr-xr-xtemplates/package_vers.tmpl2
2 files changed, 6 insertions, 1 deletions
diff --git a/static/css/patches.css b/static/css/patches.css
index 17fc898..4a78635 100644
--- a/static/css/patches.css
+++ b/static/css/patches.css
@@ -69,3 +69,8 @@ div.pagefooter {
.url {
font-family: fixed;
}
+
+.diffstat {
+ font-family: fixed;
+ font-size: small;
+}
diff --git a/templates/package_vers.tmpl b/templates/package_vers.tmpl
index e2efc6d..4190456 100755
--- a/templates/package_vers.tmpl
+++ b/templates/package_vers.tmpl
@@ -106,7 +106,7 @@ debian specific patch information for $src.name / $src.version
#for $name,$patch in $series.iterpatches()
<tr>
<td>$name</td>
- <td class="diffstat"><pre><code>$patch.diffstat</code></pre></td>
+ <td class="diffstat"><pre>$patch.diffstat</pre></td>
<td>
<a href="$u/patch/series/view/$src.name/$src.version/$name">view</a>
</td>