Author: nextgens
Date: 2005-12-03 20:28:15 +0000 (Sat, 03 Dec 2005)
New Revision: 7661
Modified:
trunk/website/index.php
trunk/website/style.css
Log:
hide the spamtrap
Modified: trunk/website/index.php
===================================================================
--- trunk/website/index.php 2005-12-03 19:41:29 UTC (rev 7660)
+++ trunk/website/index.php 2005-12-03 20:28:15 UTC (rev 7661)
@@ -126,8 +126,9 @@
</table>
<center><font size=-1>This website is licensed under the <a
href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License</a></font></center>
-<br>
-<font size=-5 color="#FFFFFF" text="#FFFFFF" link="#FFFFFF" vlink="#FFFFFF"
alink="#FFFFFF" >Send spam to <a href="mailto:catchme at
freenetproject.org">catchme at freenetproject.org</a> ! :)</font>
+<div class="hideit">
+Send spam to <a href="mailto:catchme at freenetproject.org">catchme at
freenetproject.org</a> ! :)
+<div>
</body>
</html>
Modified: trunk/website/style.css
===================================================================
--- trunk/website/style.css 2005-12-03 19:41:29 UTC (rev 7660)
+++ trunk/website/style.css 2005-12-03 20:28:15 UTC (rev 7661)
@@ -19,3 +19,4 @@
a.menu:visited { color: #000000; text-decoration: none }
a.menu:hover { color: #000000; text-decoration: none }
+div.#hideit { display:none }