Doc: Removing entry in CSS for adding icons to HTTP links
authorJerome Pasion <jerome.pasion@digia.com>
Fri, 30 Nov 2012 13:45:42 +0000 (14:45 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 30 Nov 2012 17:38:49 +0000 (18:38 +0100)
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>
doc/global/template/style/offline.css

index 86d4475..6b6cf2f 100644 (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;