/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Only Show Site Identity Button when on a Secure Site  |
|    Description:  |  Only displays a button if the site you visit has info |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  July 8, 2008                                          |
|   Last Updated:  |  July 8, 2008                                          |
|        Version:  |  1.0.0.0                                               |
|__________________|________________________________________________________|


*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


#identity-box[tooltiptext="This web site does not supply identity information."]
{
  display:none;
}