Douglas Gregor a écrit :
> Author: dgregor
> Date: Fri Nov 7 14:16:04 2008
> New Revision: 58862
>
> URL: http://llvm.org/viewvc/llvm-project?rev=58862&view=rev
> Log:
> Update C++ status
>
> Modified:
> cfe/trunk/www/cxx_status.html
>
> + <td> 12.3 [class.conv]</td>
> + <td bgcolor="#347C17" align="center"></td>
> + <td bgcolor="#FDD017" align="center"></td>
> + <td bgcolor="#F88017" align="center"></td>
> + <td bgcolor="#C11B17" align="center"></td>
would it not be easier to use css style?
something like:
<style>
.complete { bgcolor=#.....; align="center"; }
.inprogress { bgcolor=#..... }
</style>
[...]
<td class="complete"></td>
it seems to me that this is more maintenable and modifiable. and basic
css support isn't a problem.
just a thought
Cédric
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits