Ian made the very good point that we should highlight this a bit, and suggested some wording and link. Here we go!
Gerald Index: index.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v retrieving revision 1.784 diff -u -r1.784 index.html --- index.html 3 Apr 2011 17:18:17 -0000 1.784 +++ index.html 5 Apr 2011 13:58:10 -0000 @@ -50,6 +50,12 @@ <h2 style="margin-top:0pt;" id="news">News</h2> <dl class="news"> + +<dd class="highlight">GCC has been accepted to +<a href="http://socghop.appspot.com/gsoc/org/google/gsoc2011/gcc">Google's +Summer of Code 2011</a>. +We are currently accepting student applications.</dd> + <dt>March 25, 2011</dt> <dd><a href="gcc-4.6/">GCC 4.6.0</a> has been released.</dd> Index: gcc.css =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v retrieving revision 1.10 diff -u -r1.10 gcc.css --- gcc.css 5 Apr 2011 13:55:12 -0000 1.10 +++ gcc.css 5 Apr 2011 13:58:10 -0000 @@ -11,6 +11,8 @@ h1 { color: #FF8C00; text-align:center;" } +.highlight{ color: #FF8C00; } + dl.news dt { font-weight:bold; } dl.news dd { margin-left:3ex; }