MediaWiki:Monobook.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
(does this fix it?)
(up top!!!!)
Line 49: Line 49:
#p-cactions .new a {
#p-cactions .new a {
color: #c00;
color: #c00;
}

/* put search bar up top */
#sidebar {
display: flex;
flex-direction: column;
}
#p-search {
order: -1;
}
}