MediaWiki:Common.css: Difference between revisions

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


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

Revision as of 16:20, 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 {
    padding-bottom: 0.5em;
}

div#mw-panel {
    padding-top: 0.5em;
}