MediaWiki:Common.css: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 7: Line 7:
#mw-panel {
#mw-panel {
     position: fixed !important;
     position: fixed !important;
}
div#mw-panel div.portal,
div#mw-panel {
    padding-bottom: 0.5em;
}
}

Revision as of 16:18, 10 September 2024

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

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

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

div#mw-panel div.portal,
div#mw-panel {
    padding-bottom: 0.5em;
}