diff options
author | Byron Jones <glob@mozilla.com> | 2015-07-31 09:32:38 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2015-07-31 09:32:38 +0200 |
commit | 61b344946a3b731fdd57fb3c0adf21aa878d9c68 (patch) | |
tree | ceedba4beba4fa58e0e39cf0cd5d4356f03f225a /skins/custom | |
parent | 615049471530043cc533e207503fe028f6b39b4a (diff) | |
download | bugzilla-61b344946a3b731fdd57fb3c0adf21aa878d9c68.tar.gz bugzilla-61b344946a3b731fdd57fb3c0adf21aa878d9c68.tar.xz |
Bug 1189172 - remove link to 'release notes' from index page, and point 'help' to rtd
Diffstat (limited to 'skins/custom')
-rw-r--r-- | skins/custom/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |