/*
___________________________________________________________________
|                  |                                               |
|          Title:  |  Custom About:BuildConfig Logo Background     |
|    Description:  |  Makes custom image appear on config-         |
|                  |  uration page of Experimental Firefox Versions|
|         Author:  |  -=Ben=-                                      |
|   Date Created:  |  May 14, 2008                                 |
|   Date Updated:  |  May 14, 2008                                 |
|        Version:  |  1.0.0.0                                      |
|__________________|_______________________________________________|

*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("about:buildconfig") 
{

*
{
  background: url("http://www.library.drexel.edu/blogs/librarylog/firefox.jpg") !important;
  margin:0px !important;
  background-position:center !important;
  background-attachment:fixed !important;
  background-repeat:no-repeat !important;
  border:none !important;
  background-color:#FFFFFF!important;
  color:#000000 !important;
}
}