From patchwork Thu Apr 7 08:42:36 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [wwwdocs] CSS speaks American English, not Her Majesty's. From: Gerald Pfeifer X-Patchwork-Id: 90143 Message-Id: To: gcc-patches@gcc.gnu.org Cc: Tobias Burnus Date: Thu, 7 Apr 2011 10:42:36 +0200 (CEST) 'nough said. :-) Thanks to Tobias for the hint, and I have now extended my verifier to also cover CSS. Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.15 diff -u -r1.15 gcc.css --- gcc.css 6 Apr 2011 00:26:57 -0000 1.15 +++ gcc.css 6 Apr 2011 23:05:15 -0000 @@ -9,10 +9,10 @@ a:visited { color: #000099; text-decoration: none; } a:hover { color: orange; text-decoration: none; } -h1 { color: grey; text-align:center; } -h2 { color: grey; } +h1 { color: gray; text-align:center; } +h2 { color: gray; } -.highlight{ color: grey; } +.highlight{ color: gray; } dl.news { margin-top:0; } dl.news dt { font-weight:bold; }