This patchlet did not make it from my test environment to the patch I committed for production for some reason. Fixed thusly.
Gerald Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.24 diff -u -r1.24 gcc.css --- gcc.css 12 Sep 2011 00:08:49 -0000 1.24 +++ gcc.css 12 Sep 2011 09:41:05 -0000 @@ -17,7 +17,7 @@ dl.news { margin-top:0; } dl.news dt { color:darkslategrey; font-weight:bold; margin-top:0.3em; } dl.news dd { margin-left:3ex; margin-top:0.1em; margin-bottom:0.1em; } -dl.news .date { color:darkslategrey; margin-left:0.1ex; } +dl.news .date { color:darkslategrey; font-size:90%; margin-left:0.1ex; } dl.status { margin-top:0; } dl.status .version { font-weight:bold; }