commit 4a7cb3805de5b2f8c81a82af41e38d69ce23b7e2
parent 179db12090506e1f596c7a9417142ec367c15c09
Author: Nick Mathewson <nickm@torproject.org>
Date: Mon, 26 May 2003 16:24:51 +0000
Add contact info to bottom of page
svn:r43
Diffstat:
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/_template_.html b/_template_.html
@@ -54,5 +54,10 @@ alink="#ff9900" >
</tr>
</table><!-- End of table 1 -->
+
+<p class="contact">Please send new or corrected BibTeX entries to
+<a name="contact">
+<span class="email"><anonbib@freehaven.net></span></a>.</p>
+
</body>
</html>
diff --git a/css/main.css b/css/main.css
@@ -13,6 +13,15 @@ P, TD {
font-family: lucida, "Lucida Sans Unicode", Geneva, sans-serif;
}
+P.contact {
+ text-align: center;
+}
+
+SPAN.email {
+ font-family: lucidatypewriter, "Lucida Typewriter", Monaco, "Lucida Sans Unicode", monospace;
+ font-weight: bold;
+}
+
P IMG {
vertical-align: text-bottom;
}