Difference between revisions of "MediaWiki:Common.css"

From Krafties
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo { background-color:red; }")
 
Line 4: Line 4:
 
#p-logo
 
#p-logo
 
{
 
{
     background-color:red;
+
     width:100%;
 
}
 
}

Revision as of 06:21, 13 August 2014

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


#p-logo
{
    width:100%;
}