]> i-scream Git - www.i-scream.org.git/commitdiff
Update copyright year.
authorTim Bishop <tim@bishnet.net>
Tue, 2 Aug 2011 16:22:09 +0000 (16:22 +0000)
committerTim Bishop <tim@bishnet.net>
Tue, 2 Aug 2011 16:22:09 +0000 (16:22 +0000)
Add stylesheet to override some gitweb settings.

www/footer.inc
www/styles/gitweb.css [new file with mode: 0644]

index d88ae01a799fd47a6963b1200ac89807bc7637d3..d4cde70f1ae48fbc18349c58639dee8b3d07a007 100644 (file)
@@ -20,7 +20,7 @@
             </script>
           </div>
           <p>
-            &copy; 2000-2008 i-scream &#187;
+            &copy; 2000-2011 i-scream &#187;
             <a href="http://www.i-scream.org/">http://www.i-scream.org/</a> &#171;
             support@i-scream.org
           </p>
diff --git a/www/styles/gitweb.css b/www/styles/gitweb.css
new file mode 100644 (file)
index 0000000..13b7be1
--- /dev/null
@@ -0,0 +1,6 @@
+div.page_header {
+       margin: 0 -15px 0 -15px;
+}
+div.page_footer {
+       margin: 0 -15px 0 -15px;
+}