summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/patches.css6
-rw-r--r--templates/skeleton.tmpl13
2 files changed, 19 insertions, 0 deletions
diff --git a/static/css/patches.css b/static/css/patches.css
index 75e31be..2f6d7f2 100644
--- a/static/css/patches.css
+++ b/static/css/patches.css
@@ -59,3 +59,9 @@ div.breadcrumb {
div.diffsummary, div.debdiff, div.nondebdiff, div.debseries {
margin-left: 40px;
}
+
+div.pagefooter {
+ margin-top: 30px;
+ text-align: center;
+ font-size: small;
+}
diff --git a/templates/skeleton.tmpl b/templates/skeleton.tmpl
index 9ffa298..d16eb6b 100644
--- a/templates/skeleton.tmpl
+++ b/templates/skeleton.tmpl
@@ -17,5 +17,18 @@
</div> <!-- breadcrumb -->
</div>
$body
+ <div class="pagefooter">
+ page code/design/content is copyright (c) 2008 sean finney
+ &lt;seanius@debian.org&gt;. <br>
+ patches viewed/retrieved through this system are copyrighted by
+ their respective authors. <br>
+ <a href="http://git.debian.org/?p=users/seanius/patch-tracker.git">
+ browse git repo
+ </a>
+ -
+ <a href="http://git.debian.org/git/users/seanius/patch-tracker.git">
+ clone git repo
+ </a>
+ </div> <!-- pagefooter -->
</body>
</html>