Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 06:24, 13 August 2014

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


#p-logo a
{
    width:100%;
    background-color:blue;
}