From ceb2799163c7e80148ef0bffafac9b05269514d7 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Fri, 30 Nov 2012 14:45:42 +0100 Subject: 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 --- doc/global/template/style/offline.css | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'doc/global/template') diff --git a/doc/global/template/style/offline.css b/doc/global/template/style/offline.css index 86d44757fa..6b6cf2f2b2 100644 --- a/doc/global/template/style/offline.css +++ b/doc/global/template/style/offline.css @@ -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; -- cgit v1.2.3