Hide help permanently 2.23

Please load into Stylish

This code will stop the word Help from appearing in your Fast Dial Screen.

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("chrome://fastdial/content/fastdial.html") {

}

/* help button top right */

a#help
{
display:none !important;
}