MediaWiki:Cosmos.css: Difference between revisions

From Path of Diablo Wiki
Jump to navigation Jump to search
Created page with "All CSS here will be loaded for users of the Cosmos skin: .mw-body { margin-left: 0em; }"
 
No edit summary
 
Line 2: Line 2:
.mw-body {
.mw-body {
     margin-left: 0em;
     margin-left: 0em;
}
#mw-content {
    padding: 0 0px;
}
}

Latest revision as of 16:26, 31 March 2025

/* All CSS here will be loaded for users of the Cosmos skin */
.mw-body {
    margin-left: 0em;
}
#mw-content {
    padding: 0 0px;
}