From: <al...@us...> - 2008-09-24 22:35:23
|
Revision: 698 http://sciret.svn.sourceforge.net/sciret/?rev=698&view=rev Author: alpeb Date: 2008-09-24 22:35:17 +0000 (Wed, 24 Sep 2008) Log Message: ----------- added copyright info Modified Paths: -------------- trunk/style.css trunk/templates/footer.tpl Modified: trunk/style.css =================================================================== --- trunk/style.css 2008-09-24 22:07:30 UTC (rev 697) +++ trunk/style.css 2008-09-24 22:35:17 UTC (rev 698) @@ -820,6 +820,14 @@ border-bottom: 2px solid #d6d6d6; } +#foot p { + margin-left: 15px; + margin-right: 15px; + padding-bottom: 5px; + color: #595959; + font-size: 0.7em; +} + #foot a:hover { border-bottom-color: #777; } Modified: trunk/templates/footer.tpl =================================================================== --- trunk/templates/footer.tpl 2008-09-24 22:07:30 UTC (rev 697) +++ trunk/templates/footer.tpl 2008-09-24 22:35:17 UTC (rev 698) @@ -143,7 +143,9 @@ </div><!--end content--> </div><!--end container--> -<div id="foot"></div><!--end foot--> +<div id="foot"> + <p>Copyright (C) 2005-2008 Keyboard Monkeys Ltd.</p> +</div> </body> </html> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |