From: Tobias Leich <tobias.leich@adckrone.com>
Date: Fri, 13 Nov 2009 17:46:13 +0000 (+0100)
Subject: footer
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1af52017869ed7a2c175b49f2eb19f9c07cfd247;p=sdlgit%2FSDL-Site.git

footer
---

diff --git a/htdocs/assets/default.css b/htdocs/assets/default.css
index 4146bc8..8f77b57 100644
--- a/htdocs/assets/default.css
+++ b/htdocs/assets/default.css
@@ -93,9 +93,9 @@ div#main
 
 td#footerRight
 {
-	height:              190px;
-	background-image:    url(credits.jpg);
+	height:              30px;
+/*	background-image:    url(credits.jpg);
 	background-position: center center;
-	background-repeat:   no-repeat;
+	background-repeat:   no-repeat; */
 }
 
diff --git a/layout.html b/layout.html
index bcf4843..fd15e30 100644
--- a/layout.html
+++ b/layout.html
@@ -33,7 +33,7 @@
 				</tr>
 				<tr>
 					<td id="footerLeft"></td>
-					<td id="footerRight"></td>
+					<td id="footerRight">&copy;2009. designed by FROGGS, hosted by mst, blessed by kthakore</td>
 				</tr>
 			</table>
 		</div>