/*
 ___________________________________________________________________________
|                  |                                                        |
|          Title:  |  Center the Options (Preferences) Window's Tab Buttons |
|    Description:  |  Center Aligns Tab Icons on the Firefox Options popup  |
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  June 4, 2008                                          |
|   Last Updated:  |  August 6, 2008                                        |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|


*/


@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);


/* Center the Preferences / Options panel's main tabs: */
.paneSelector
{
  -moz-box-pack: center !important;
}