MediaWiki:Common.css: Difference between revisions

From DominionStrategy Wiki
Jump to navigation Jump to search
adding bottom border, testing css changes
 
No edit summary
Line 3: Line 3:
.dottedBottom {
.dottedBottom {
     border-bottom: 1px dotted black;
     border-bottom: 1px dotted black;
}
#mw-panel {
    position: fixed;
}
}

Revision as of 08:06, 2 September 2024

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

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

#mw-panel {
    position: fixed;
}