MediaWiki:Common.css: Difference between revisions

This change fixes an issue where familysearch-styles was bringing in unwanted changes. A rule was added to the bottom to style labels as they had been prior to the FamilySearch styles becoming an issue
No edit summary
(This change fixes an issue where familysearch-styles was bringing in unwanted changes. A rule was added to the bottom to style labels as they had been prior to the FamilySearch styles becoming an issue)
Line 229: Line 229:
.templeMember #global-engage-header ul.main-nav li.nav-temple-link .templeInfoChecked .nav-item.temple {
.templeMember #global-engage-header ul.main-nav li.nav-temple-link .templeInfoChecked .nav-item.temple {
     display: block !important;
     display: block !important;
}
[class^="mw-htmlform-field"] label {
    color: inherit;
    display: inline;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    cursor: initial;
}
}