[dismiss]
Spoilers — Please keep the spoiler policy in mind while editing the wiki.
Citations — Please cite your sources when adding information to the wiki! Use our handy guide for assistance.
View source for MediaWiki:Gadget-MainPageStyle.css
From Destinypedia, the Destiny wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* CSS styling and responsive support for the main page */
/* Site styles */
.containerContent > ul:first-of-type {
margin-top: 0 !important;
margin-bottom: 0 !important;
margin-right: 0.75em !important;
}
/* Responsive fixes */
@media all and (max-width: 719px) {
#mp-container {
overflow: visible !important;
}
#mp-container > tbody > tr > td,
.mp-community > tbody > tr > td {
display: block !important;
width: auto !important;
padding: 0 !important;
}
000
1:0
Return to MediaWiki:Gadget-MainPageStyle.css.