try out something thomas suggested
Roger Dingledine

Roger Dingledine commited on 2005-06-08 04:03:26
Zeige 2 geänderte Dateien mit 9 Einfügungen und 2 Löschungen.

... ...
@@ -43,8 +43,8 @@
43 43
 <h2>Abuse FAQ for Tor Server Operators</h2>
44 44
 <hr />
45 45
 
46
-<a name="WhatAboutCriminals"></a>
47
-<h3>Doesn't Tor enable criminals to do bad things?</h3>
46
+<a id="WhatAboutCriminals"></a>
47
+<h3><a class="anchor" href="#WhatAboutCriminals">Doesn't Tor enable criminals to do bad things?</a></h3>
48 48
 
49 49
 <p>Criminals can already do bad things. Since they're willing to
50 50
 break laws, they already have lots of options available that provide
... ...
@@ -90,6 +90,13 @@ a.current {
90 90
     font-size: 11px;
91 91
 }
92 92
 
93
+a.anchor {
94
+    font-size: 12pt;
95
+    color: black;
96
+    font-weight: bold;
97
+    text-decoration: none;
98
+}
99
+
93 100
 /* The main column (left text) */
94 101
 
95 102
 div.main-column {
96 103