Difference between revisions of "MediaWiki:Common.css"

From Krafties
Jump to navigation Jump to search
Line 4: Line 4:
 
#p-logo a
 
#p-logo a
 
{
 
{
     width:100%;
+
     background-size:contain;
 
     background-color:transparent;
 
     background-color:transparent;
 
}
 
}

Revision as of 06:27, 13 August 2014

/* CSS placed here will be applied to all skins */


#p-logo a
{
    background-size:contain;
    background-color:transparent;
}