mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Docs: Re-enable bolding
also, make CODE tags bold, to help them stand out a little more.
This commit is contained in:
parent
688e5c7e24
commit
9d2a3d2545
1 changed files with 8 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue