User:Blackwolfe/common.css: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
(Blanked the page)
imported>Blackwolfe
No edit summary
Line 1: Line 1:
.InfoboxTabs .tabs-container {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}


.Infobox table {
    width: -webkit-fill-available;
}
.Infobox .tabs-content {
    width: 100%;
}

Revision as of 18:43, 14 March 2021

.InfoboxTabs .tabs-container {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.Infobox table {
    width: -webkit-fill-available;
}

.Infobox .tabs-content {
    width: 100%;
}