gnunetbib

Bibliography (BibTeX, based on AnonBib)
Log | Files | Refs | README | LICENSE

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:
M_template_.html | 5+++++
Mcss/main.css | 9+++++++++
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">&lt;anonbib&#64;free&#104;aven.net&gt;</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; }