MediaWiki:Common.css: Difference between revisions

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


div#mw-panel div.portal {
div#mw-panel div.portal {
     padding-bottom: 0.1em;
     padding-bottom: 0.2em;
}
}



Revision as of 16:45, 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.2em;
}

div#mw-panel {
    padding-top: 0em;
    line-height: 0.7em;
}