Doc: Removing entry in CSS for adding icons to HTTP links

This is a temporary solution to
QDoc bug https://bugreports.qt-project.org/browse/QTBUG-28307

The links will not have the icon.

Change-Id: Ib81bcc9c55cd5f403c85fdd38c0ee71219091e76
Reviewed-by: Paul Olav Tvete <paul.tvete@digia.com>
This commit is contained in:
Jerome Pasion 2012-11-30 14:45:42 +01:00 committed by The Qt Project
parent eed1e548bb
commit ceb2799163

View File

@ -63,16 +63,6 @@ color: #44a51c;
text-align:left;
}
a[href*="http://"], a[href*="ftp://"],a[href*="https://"]
{
text-decoration: none;
background-image:url(../images/ico_out.png);
background-repeat:no-repeat;
background-position:left;
padding-left:20px;
text-align:left;
}
.flags{
text-decoration:none;
text-height:24px;