MediaWiki:Common.css: Difference between revisions

From AdventuresRO
Jump to navigation Jump to search
Line 7: Line 7:
a.goog-logo-link {
a.goog-logo-link {
display:none;
display:none;
}
.goog-te-gadget {
    font-family: arial !important;
    font-size: 11px !important;
    color: #666 !important;
    white-space: normal !important;
}
}

Revision as of 04:32, 16 June 2023

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

a.goog-logo-link img {
    display: none !important;
}

a.goog-logo-link {
	display:none;
}

.goog-te-gadget {
    font-family: arial !important;
    font-size: 11px !important;
    color: #666 !important;
    white-space: normal !important;
}