From 61b344946a3b731fdd57fb3c0adf21aa878d9c68 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Fri, 31 Jul 2015 15:32:38 +0800 Subject: Bug 1189172 - remove link to 'release notes' from index page, and point 'help' to rtd --- skins/contrib/Mozilla-OpenSans/index.css | 2 +- skins/contrib/Mozilla/index.css | 2 +- skins/custom/index.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'skins') diff --git a/skins/contrib/Mozilla-OpenSans/index.css b/skins/contrib/Mozilla-OpenSans/index.css index 3ca1fba51..81f207990 100644 --- a/skins/contrib/Mozilla-OpenSans/index.css +++ b/skins/contrib/Mozilla-OpenSans/index.css @@ -15,6 +15,6 @@ background: url(bugzilla-person-alternate.png) no-repeat; margin-right: 0; } -#get_help { +#docs { background: url(bugzilla-questionmark2.png) no-repeat !important; } diff --git a/skins/contrib/Mozilla/index.css b/skins/contrib/Mozilla/index.css index 3ca1fba51..81f207990 100644 --- a/skins/contrib/Mozilla/index.css +++ b/skins/contrib/Mozilla/index.css @@ -15,6 +15,6 @@ background: url(bugzilla-person-alternate.png) no-repeat; margin-right: 0; } -#get_help { +#docs { background: url(bugzilla-questionmark2.png) no-repeat !important; } diff --git a/skins/custom/index.css b/skins/custom/index.css index 0c6884124..ca2d83dde 100644 --- a/skins/custom/index.css +++ b/skins/custom/index.css @@ -8,7 +8,7 @@ * So we change to inline to make it display a single row. */ #page-index .intro { display: inline; } -#get_help { background: url(../standard/index/help.png) no-repeat; } +#docs { background: url(../standard/index/help.png) no-repeat; } .bz_common_actions { display: block; -- cgit v1.2.3-24-g4f1b