From 94cb2d915041b9d972833b6a1e0a9bfa059a7d97 Mon Sep 17 00:00:00 2001 From: "Eric J. Bowersox" Date: Wed, 31 Oct 2001 20:54:25 +0000 Subject: [PATCH] fixed an accidental slippage bug (remarkably like an old WebbMe slippage bug, maybe this was the problem all along?) and tweaked the default stylesheet to try and resolve problems that some Mac users are having --- etc/template.css | 16 ++++++++-------- web/format/slippage.jsp | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/etc/template.css b/etc/template.css index 8282e0d..05f7a6d 100644 --- a/etc/template.css +++ b/etc/template.css @@ -12,7 +12,7 @@ A.tbar:visited { color: ${color.top.link}; } .lbar { font-family: ${font}, sans-serif; background: ${color.left.background}; - color: ${color.left.foreground}; font-size: 11pt; + color: ${color.left.foreground}; font-size: 10pt; } A.lbar { color: ${color.left.link}; } @@ -21,18 +21,18 @@ A.lbar:visited { color: ${color.left.link}; } .content { font-family: ${font}, sans-serif; background: ${color.content.background}; - color: ${color.content.foreground}; font-size: 12pt; + color: ${color.content.foreground}; font-size: 10pt; } - .chead1 { font-family: ${font}, sans-serif; font-size: 18pt; color: ${color.content.header}; + .chead1 { font-family: ${font}, sans-serif; font-size: 16pt; color: ${color.content.header}; } - .chead2 { font-family: ${font}, sans-serif; font-size: 14pt; color: ${color.content.header}; + .chead2 { font-family: ${font}, sans-serif; font-size: 13pt; color: ${color.content.header}; } - .cinput { font-family: Courier New, Courier, monospace; font-size: 10pt; + .cinput { font-family: Courier New, Courier, monospace; font-size: 11pt; } .c2 { font-family: ${font}, sans-serif; background: ${color.content.background}; - color: ${color.content.foreground}; font-size: 10pt; + color: ${color.content.foreground}; font-size: 8pt; } - .post { font-family: Courier New, Courier, monospace; font-size: 10pt; + .post { font-family: Courier New, Courier, monospace; font-size: 11pt; } .footer { font-family: ${font}, sans-serif; background: ${color.content.background}; color: ${color.content.foreground}; font-size: 8pt; @@ -41,7 +41,7 @@ color: ${color.sidebox.top.foreground}; font-size: 14pt; } .sidebox { font-family: ${font}, sans-serif; background: ${color.sidebox.background}; - color: ${color.sidebox.foreground}; font-size: 11pt; + color: ${color.sidebox.foreground}; font-size: 10pt; } A.sidebox { color: ${color.sidebox.link}; } diff --git a/web/format/slippage.jsp b/web/format/slippage.jsp index 6765aaf..29f08fc 100644 --- a/web/format/slippage.jsp +++ b/web/format/slippage.jsp @@ -74,7 +74,7 @@
<%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>Your name/header:
- <%= rdat.getStdFontTag(ColorSelectors.CONTENT_FOREGROUND,2) %>CHECKED<% } %> > Attach a file