2016-12-14 11:49 GMT+01:00 Jakub Jelinek <ja...@redhat.com>: > On Wed, Dec 14, 2016 at 11:26:45AM +0100, Janus Weil wrote: >> I have recently noticed some changes in the appearance of these wiki pages: >> >> https://gcc.gnu.org/wiki/Fortran2003Status >> https://gcc.gnu.org/wiki/Fortran2008Status >> >> The tables on these pages use HTML-like formatting tags like >> >> <tablewidth="60%" width="40%" bgcolor="#bbddbb"> >> >> which certainly have been working in the past, but now seem to be ignored. >> >> https://gcc.gnu.org/wiki/HelpOnMoinWikiSyntax#HTML-like_Options_for_Tables >> >> lists at least the bgcolor option, which just as the other two has >> stopped working (while coloring tags like <#0000FF> still work). Can >> anyone tell me why this happened and what to do about it? > > See e.g. https://gcc.gnu.org/ml/gcc-patches/2016-01/msg01471.html > and related discussions and www patches. > Basically, all the formatting etc. stuff now has to come from a CSS, > i.e. class=whatever where whatever is define in gcc.css.
I see. Thanks for the comment, Jakub. I guess for the 'static' web pages using a CSS file is no big deal, but for the wiki this doesn't sound like a very flexible solution. As mentioned, there is a workaround for the color, and I hope one can also find workarounds for the other items (width & tablewidth). Do we already have a gcc.css, and if yes where? Cheers, Janus