minor changes to the links on top bar, left bar, sideboxes so they track the

CSS classes yet keep consistent with the font sizes on the rest of the page...
allows us to do the "hover-underline" trick that nrpa.org uses
This commit is contained in:
Eric J. Bowersox
2001-10-31 17:51:29 +00:00
parent ec878e9dfc
commit f1584f3f4a
5 changed files with 42 additions and 37 deletions

View File

@@ -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: 12pt;
color: ${color.left.foreground}; font-size: 11pt;
}
A.lbar { color: ${color.left.link};
}
@@ -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: 12pt;
color: ${color.sidebox.foreground}; font-size: 11pt;
}
A.sidebox { color: ${color.sidebox.link};
}