/*
________________________________________________________________________
|                  |                                                    |
|          Title:  |  Remove the RSS Feed icon Button Firefox 3         |
|    Description:  |  Removes the Orange RSS button from the addressbar |
|         Author:  |  -=Ben=-                                           |
|   Date Created:  |  May 11, 2008                                      |
|   Last Updated:  |  May 11, 2008                                      |
|        Version:  |  1.0.0.0                                           |
|__________________|____________________________________________________|

*/



@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Remove live feed icon in Address url toolbar */

#feed-button 
{
  display: none !important;
}