Docs: Re-enable bolding

also, make CODE tags bold, to help them stand out a little more.
This commit is contained in:
Jeff Teunissen 2011-07-11 12:58:56 -04:00
parent 688e5c7e24
commit 9d2a3d2545

View file

@ -5,6 +5,11 @@ body, table, div, p, dl {
font-size: 12px;
}
/* Make code fragments in doc text stand out */
code {
font-weight: bold;
}
/* @group Heading Levels */
h1 {
@ -125,17 +130,17 @@ a.elRef {
a.code {
color: #4444cc;
/* font-weight: bold;*/
font-weight: bold;
}
a.code:visited {
color: #444488;
/* font-weight: bold;*/
font-weight: bold;
}
a.codeRef {
color: #6666ff;
/* font-weight: bold;*/
font-weight: bold;
}
/* @end */