/*
___________________________________________________________________________
|                  |                                                       |
|          Title:  |  Custom About:Licence / License Logo                  |
|    Description:  |  Makes custom image appear on Mozilla Licence Pages   |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  May 7, 2008                                          |
|   Date Updated:  |  May 7, 2008                                          |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/

@-moz-document url-prefix(about:licence)
{


*
{
  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;
}



}






@-moz-document url-prefix(about:license)
{


*
{
  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;
}



}
