MediaWiki:Common.css: Difference between revisions

From Charak Samhita
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: working ...: #content{ margin-left:auto !important; margin-right:auto; max-width: 950px; } #footer {..."
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* working ... */
#content{
        margin-left:auto !important;
        margin-right:auto;
max-width: 950px;
}
#footer {
margin-left: auto !important;
margin-right: auto;
max-width: 950px;
}
/* testing */
#mw-navigation {
        margin-left: auto !important;
margin-right: auto;
max-width: 1140px;
        top: 0;
}

Revision as of 02:18, 16 May 2017

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