MediaWiki:Common.css: Difference between revisions

From USC Nanofab Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
.mw-logo-wordmark {
.mw-logo-wordmark {
     display: none;
     display: none;
}
.mw-logo-icon {
    width: 133px;
    height: 133px;
}
}

Revision as of 16:35, 6 February 2025

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

/* this hides the large site name that sits to the right of the site logo */
.mw-logo-wordmark {
    display: none;
}

.mw-logo-icon {
     width: 133px;
     height: 133px;
}