From 6622cae693edd234c777ddc73da8331540596ab3 Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Thu, 30 Mar 2017 18:00:20 +0200 Subject: 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 --- website/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website') 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 */ -- cgit v1.2.3