GNOME Bugzilla – Bug 215326
Need support for cascading style sheets.
Last modified: 2002-08-02 22:01:21 UTC
View the following page in Mozilla. Then send it as an attachment as a Evolution mail message. http://www.newsforge.com/article.pl?sid=01/11/13/2150222 Since CSS is unsupported, the following CSS section that specifies layout used on the www.newsforge.com website doesn't get applied. This results in some text being invisible, in addition to other rendering problems. <style type="text/css"> .osdn-search { background-color:#fff; border:1px #efefef solid; font-size: 10px; color: #666666; //margin: 0px; font-family: arial,sans-serif; } input[type="text"].osdn-search { padding-top: 0.1em; padding-left: 0.2em; padding-right: 0.2em; } .osdn-button { margin-top: 1px; margin-bottom: 1px; } select.osdn-search { text-align: center; } .osdn-navtext { color: #efefef; font-family: verdana, arial, sans-serif; font-size: 10px; text-decoration: none; } </style> The .osdn-navtext definition is used here: <td nowrap class="osdn-navtext"> <a href="http://www.osdn.com" class="osdn-navtext" title="click to visit OSDN.com!"><b>OSDN:</b> Open Source Development Network</a>: <a href="http://www.osdn.com/newsletters/" class="osdn-navtext">Newsletters</a> - <a href="http://jobs.osdn.com" class="osdn-navtext">Jobs</a> - <a href="http://www.osdn.com/911.shtml"><font color="#FFCCCC">US Disaster Support</font></a></td> <td align="right" valign="middle" width="100%" class="osdn-navtext"><b>SEARCH:</b> </td> <td align="right" valign="middle" nowrap class="osdn-navtext"><select name="site" class="osdn-search"> The text "OSDN: Open Source Development Network" in the navigation bar is invisible.
*** This bug has been marked as a duplicate of 215108 ***