MediaWiki:Common.css: Difference between revisions

From Indpedia
No edit summary
Tag: Reverted
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#ca-viewsource {
#ca-viewsource {
     display: none;
     display: none;
}
#custom-footer {
    background-color: #f1f1f1;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
    font-size: 0.9em;
    color: #333;
}
}

Latest revision as of 08:01, 10 September 2024

/* CSS placed here will be applied to all skins */
#ca-viewsource {
    display: none;
}