aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-11-20 20:39:53 +0000
committerNick Mathewson <nickm@torproject.org>2006-11-20 20:39:53 +0000
commitfcede4908f363368811ac9176840505df7093284 (patch)
tree59343ee61f45e256dc377283c3369d135e5eee25
parentffaad951ba9c1f693f202ea1ae306498e1163d5a (diff)
downloadanonbib-fcede4908f363368811ac9176840505df7093284.tar.gz
Provide slightly better directions in the "contact us" template.
svn:r183
-rw-r--r--_template_.html11
-rw-r--r--css/main.css5
2 files changed, 14 insertions, 2 deletions
diff --git a/_template_.html b/_template_.html
index 4ba66a1..040bcba 100644
--- 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">&lt;anonbib&#64;free&#104;aven.net&gt;</span></a>.</p>
+<span class="email">&lt;anonbib&#64;free<!-- -->&#104;aven.net&gt;</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
index 89e7690..86a4ede 100644
--- 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;