Comments
Patch
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/index.html,v
retrieving revision 1.784
@@ -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>
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc.css,v
retrieving revision 1.10
@@ -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; }