summaryrefslogtreecommitdiff
path: root/css/site.css
diff options
context:
space:
mode:
authorNathan Kinkade <nath@nkinka.de>2008-03-08 20:15:19 +0000
committerNathan Kinkade <nath@nkinka.de>2008-03-08 20:15:19 +0000
commit71d8569f0c49ca79c93a1eb3bc9130e862261911 (patch)
tree0acb526554aa217277b0bc2ff5c362a215cc6994 /css/site.css
parent5a0b2aaf9877019e1dfcff304a0469857cfe3171 (diff)
HTML escape user entered text, and fixed display of long username in header.
Diffstat (limited to 'css/site.css')
-rw-r--r--css/site.css6
1 files changed, 3 insertions, 3 deletions
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;