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
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user