From 71d8569f0c49ca79c93a1eb3bc9130e862261911 Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 8 Mar 2008 20:15:19 +0000 Subject: HTML escape user entered text, and fixed display of long username in header. --- css/site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/site.css') diff --git a/css/site.css b/css/site.css index 89310aa..5daa63e 100644 --- a/css/site.css +++ b/css/site.css @@ -70,7 +70,7 @@ a:hover.whiteLink { height: 55px; text-align: right; left: 60.5%; - width: 29%; + /*width: 29%;*/ top: 0; padding-top: 5px; } @@ -79,8 +79,8 @@ a:hover.whiteLink { position: absolute; height: 55px; text-align: center; - left: 89.5%; - width: 10%; + right: 1%; + /*width: 10%;*/ top: 0; padding-top: 5px; padding-left: 1ex; -- cgit v1.2.3