Difference between revisions of "MediaWiki:Common.css"

Line 3: Line 3:
 
#ca-talk {
 
#ca-talk {
 
     display: none !important;
 
     display: none !important;
}
 
 
#footer {
 
height: 40px;
 
margin-top: 8px;
 
background-image: url("Footer.jpg");
 
background-repeat: no-repeat;
 
background-position: center;
 
background-color: #FFFFFF;
 
 
}
 
}

Revision as of 22:25, 25 February 2016

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

#ca-talk {
    display: none !important;
}