After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 215326 - Need support for cascading style sheets.
Need support for cascading style sheets.
Status: RESOLVED DUPLICATE of bug 215108
Product: GtkHtml
Classification: Other
Component: Rendering
unspecified
Other All
: Normal enhancement
: Future
Assigned To: gtkhtml-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2001-11-14 07:27 UTC by Miles Lane
Modified: 2002-08-02 22:01 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Miles Lane 2001-11-14 07:27:28 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">&nbsp;&nbsp;<a href="http://www.osdn.com"
class="osdn-navtext" title="click to visit
OSDN.com!"><b>OSDN:</b>&nbsp;Open&nbsp;Source&nbsp;Development&nbsp;Network</a>:&nbsp;<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>&nbsp; </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.
Comment 1 Radek Doulik 2002-08-02 22:01:21 UTC

*** This bug has been marked as a duplicate of 215108 ***