diff options
| -rw-r--r-- | _template_.html | 11 | ||||
| -rw-r--r-- | css/main.css | 5 |
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"><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 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; |
