[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] try out something thomas suggested
Update of /home2/or/cvsroot/website
In directory moria:/home/arma/work/onion/cvs/website
Modified Files:
faq-abuse.html stylesheet.css
Log Message:
try out something thomas suggested
Index: faq-abuse.html
===================================================================
RCS file: /home2/or/cvsroot/website/faq-abuse.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- faq-abuse.html 8 Jun 2005 00:56:49 -0000 1.7
+++ faq-abuse.html 8 Jun 2005 02:03:26 -0000 1.8
@@ -43,8 +43,8 @@
<h2>Abuse FAQ for Tor Server Operators</h2>
<hr />
-<a name="WhatAboutCriminals"></a>
-<h3>Doesn't Tor enable criminals to do bad things?</h3>
+<a id="WhatAboutCriminals"></a>
+<h3><a class="anchor" href="#WhatAboutCriminals">Doesn't Tor enable criminals to do bad things?</a></h3>
<p>Criminals can already do bad things. Since they're willing to
break laws, they already have lots of options available that provide
Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- stylesheet.css 16 May 2005 21:06:27 -0000 1.13
+++ stylesheet.css 8 Jun 2005 02:03:26 -0000 1.14
@@ -90,6 +90,13 @@
font-size: 11px;
}
+a.anchor {
+ font-size: 12pt;
+ color: black;
+ font-weight: bold;
+ text-decoration: none;
+}
+
/* The main column (left text) */
div.main-column {