X-Git-Url: http://git.osdn.net/view?p=mingw%2Fwebsite.git;a=blobdiff_plain;f=site.css;h=be70ec3b3f53ec6b58e2d2628aa2d03b5812b222;hp=8ee5598072e3a196508babfc11a5bbbe948c904c;hb=HEAD;hpb=68eab50ac49bd94f9d55f5a16d16d05f05f7666a diff --git a/site.css b/site.css index 8ee5598..ba8d915 100644 --- a/site.css +++ b/site.css @@ -86,13 +86,6 @@ a:visited */ color: #aa00cc; } -a code -{ /* Whereas code samples, within running text, are displayed in a - * reduced-intensity colour, when encapsulated within a reference - * anchor, the anchor colour should prevail. - */ - color: inherit; -} p { /* Use the browser's default paragraph styling, but tighten the * inter-paragraph spacing... @@ -432,10 +425,9 @@ div.box-out p:first-child */ margin-top: 0; } -pre.vt, code +pre.vt { /* Use a lighter text colour, to highlight code samples in - * running text, and the machine-output in "video-terminal" - * style displays... + * machine-output in "video-terminal" style displays... */ color: #666699; } @@ -477,9 +469,6 @@ table.borderless th table.borderless tr.leaded td { padding-top: 0.3em; } -table.borderless code -{ color: inherit; -} table.top-aligned tr { vertical-align: baseline; }