summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJerome Pasion <jerome.pasion@digia.com>2012-11-30 14:45:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-30 18:38:49 +0100
commitceb2799163c7e80148ef0bffafac9b05269514d7 (patch)
tree101e5cbcedac35672ff44e2e19c5a87f762999bb /doc
parenteed1e548bb9a57b9d6a777b1fc33625598eef1d4 (diff)
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/template/style/offline.css10
1 files changed, 0 insertions, 10 deletions
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;