MediaWiki:Common.css: Difference between revisions

From Fonline The Long Journey Wiki
Jump to navigation Jump to search
mNo edit summary
m Blanked the page
Tag: Blanking
 
Line 1: Line 1:
/* Remove bullets and spacing */
.latest-edited-page ul,
.latest-edited-page li {
    margin: 0;
    padding: 0;
    list-style: none;
}


/* Hide EVERYTHING inside the RecentChanges entry */
.latest-edited-page .mw-changeslist-line-inner * {
    display: none !important;
}
/* EXCEPT the page title link */
.latest-edited-page .mw-changeslist-line-inner a.mw-changeslist-title {
    display: inline !important;
    font-weight: bold;
    font-size: 1.1em;
}

Latest revision as of 23:45, 9 March 2026