commit 4225cb1873754e1a1e6ba22beb311f5b9353a4c9
parent bfb5776b761ad1c04377975d9dd4cf15573618fc
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 20 Nov 2006 20:39:53 +0000
Provide slightly better directions in the "contact us" template.
svn:r183
Diffstat:
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/_template_.html b/_template_.html
@@ -56,9 +56,16 @@ alink="#ff9900" >
</table><!-- End of table 1 -->
-<p class="contact">Please send new or corrected BibTeX entries to
+<p class="contact">Please send new or corrected entries to
<a name="contact">
-<span class="email"><anonbib@freehaven.net></span></a>.</p>
+<span class="email"><anonbib@free<!-- -->haven.net></span></a>.
+<br />
+If you can, please format them as BibTeX; see our
+<a href="bibtex.html">BibTeX source page</a> for examples.<br />
+Remember to include URLs if possible:
+<a href="http://citeseer.ist.psu.edu/online-nature01/">offline papers are
+less useful</a>.
+</p>
</body>
</html>
diff --git a/css/main.css b/css/main.css
@@ -17,6 +17,11 @@ P.contact {
text-align: center;
}
+P.contact A {
+ font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif;
+ font-weight: normal;
+}
+
SPAN.email {
font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace;
font-weight: bold;