/*
____________________________________________________________________________
|                  |                                                        |
|          Title:  |  Custom About: Bulleted List Image                     |
|    Description:  |  Makes Personalized image appear on the Main About page|
|         Author:  |  -=Ben=-                                               |
|   Date Created:  |  May 8, 2008                                           |
|   Date Updated:  |  May 8, 2008                                           |
|        Version:  |  1.0.0.1                                               |
|__________________|________________________________________________________|

*/

@-moz-document url(about:)
{


ol,ul,li
{
  list-style-image:url("https://addons.mozilla.org/img/app-icons/firefox_small.png");
}


}