MediaWiki:Common.css: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


#mw-panel {
#mw-panel {
     position: fixed;
     position: fixed !important;
}
}

Revision as of 08:07, 2 September 2024

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

.dottedBottom {
    border-bottom: 1px dotted black;
}

#mw-panel {
    position: fixed !important;
}