diff options
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; |