links in footer
Tobias Leich [Mon, 16 Nov 2009 21:53:23 +0000 (22:53 +0100)]
htdocs/assets/default.css
layout.html

index 68082d9..0e4da00 100644 (file)
@@ -113,3 +113,9 @@ td#footerRight
        color:               #FFFFFF;
 }
 
+td#footerRight a
+{
+       font-size:                       12px;
+       color:                   #FFFFFF;
+}
+
index 1ba4c67..01fc8c8 100644 (file)
@@ -36,7 +36,9 @@
                                </tr>
                                <tr>
                                        <td id="footerLeft"></td>
-                                       <td id="footerRight">&copy;2009. designed by FROGGS, hosted by mst, maintained by kthakore</td>
+                                       <td id="footerRight">&copy;2009. designed by <a href="http://github.com/FROGGS" target="_blank">FROGGS</a>, 
+                                                                        hosted by <a href="http://www.shadowcat.co.uk/blog/matt-s-trout" target="_blank">mst</a>, 
+                                                                                                        maintained by <a href="http://yapgh.blogspot.com" target="_blank">kthakore</a></td>
                                </tr>
                        </table>
                </div>