diff options
| -rw-r--r-- | _template_.html | 5 | ||||
| -rw-r--r-- | css/main.css | 9 |
2 files changed, 14 insertions, 0 deletions
diff --git a/_template_.html b/_template_.html index a3c7d28..6ce544f 100644 --- 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 index b14c394..89e7690 100644 --- 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; } |
