/*
___________________________________________________________________
|                  |                                               |
|          Title:  |  Remove the Home Button                       |
|    Description:  |  Hides the Home button on the main toolbar    |
|         Author:  |  -=Ben=-                                      |
|   Date Created:  |  May 27, 2008                                 |
|   Date Updated:  |  May 27, 2008                                 |
|        Version:  |  1.0.0.0                                      |
|__________________|_______________________________________________|

*/



@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");


#home-button 
{ 
  display: none !important;
} 