(Created page with "→‎All CSS here will be loaded for users of the MinervaNeue skin: .searchresults .mw-search-createlink{ display: block; }")
 
No edit summary
 
Line 3: Line 3:
     display: block;
     display: block;
}
}
/* This CSS will ensure that edit links are visible */
.mw-editsection { display: block; }

Latest revision as of 13:40, 31 October 2023

/* All CSS here will be loaded for users of the MinervaNeue skin */
.searchresults .mw-search-createlink{
    display: block;
}

/* This CSS will ensure that edit links are visible */
.mw-editsection { display: block; }