summaryrefslogtreecommitdiffstats
path: root/website
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@qt.io>2017-03-30 18:00:20 +0200
committerTero Kojo <tero.kojo@qt.io>2017-04-03 11:05:01 +0000
commit6622cae693edd234c777ddc73da8331540596ab3 (patch)
tree1dd8c26f3f9d5cccd1f37e933f3bd1ddcd98f972 /website
parentf71d4788fedf0ff42f06f5c4e42acc3bbd539d98 (diff)
Fix broken link in style.css
It expected a file called theqtcompany_x1.png; there is one called the qtcompany.png, but not one with the _x1 suffix. So refer to what exists instead of what doesn't. Found by checklink, the w3c's link checker. Change-Id: I7adf7efd3e92dc1047d93a4363791e76ea3444aa Reviewed-by: Tero Kojo <tero.kojo@qt.io>
Diffstat (limited to 'website')
-rw-r--r--website/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/website/style.css b/website/style.css
index 236cf08..9f06a42 100644
--- a/website/style.css
+++ b/website/style.css
@@ -237,7 +237,7 @@ footer { padding-top: 12px; }
ul#menu-footer-menu > li > a { margin-bottom: 1.6em; }
ul#menu-footer-menu ul.sub-menu a { margin-bottom: 0.2em; }
-.no-rgba #footerbar .theqtcompany { background: url("theqtcompany_x1.png") no-repeat; } /* Only for ie8 */
+.no-rgba #footerbar .theqtcompany { background: url("theqtcompany.png") no-repeat; } /* Only for ie8 */