aboutsummaryrefslogtreecommitdiffstats
path: root/css
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2003-05-26 16:24:51 +0000
committerNick Mathewson <nickm@torproject.org>2003-05-26 16:24:51 +0000
commit72bedab62454c0dde953a373adab0bea139b94f4 (patch)
tree2ff19982193ccfc729e943e48797f8ea7b42cabe /css
parentb929e61c066064e0695ed31950c0710a2d8b16fb (diff)
downloadanonbib-72bedab62454c0dde953a373adab0bea139b94f4.tar.gz
Add contact info to bottom of page
svn:r43
Diffstat (limited to 'css')
-rw-r--r--css/main.css9
1 files changed, 9 insertions, 0 deletions
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;
}