No edit summary
No edit summary
Line 15: Line 15:
     width: 100%;
     width: 100%;
table-layout:fixed;  
table-layout:fixed;  
}
.boxie div#toc {
    display: none !important;
}
}

Revision as of 16:34, 20 December 2023

/* CSS placed here will be applied to all skins */
div#p-logo a {
    background: url(https://indie.page/indie-page-logo.png);
    background-size: contain;
}
.boxie + p {
    display: none;
}
a {
    color: #45ab4f !important;
}

.page-Funding table.wikitable {
    max-width: 800px;
    width: 100%;
table-layout:fixed; 
}
.boxie div#toc {
    display: none !important;
}