User:ToaMeiko-fduser/wikia.css: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
No edit summary
mNo edit summary
Line 9: Line 9:
}
}


/* Remove "Log" quicklink from global.js */
/* Remove "Log" and "Recent Changes" quicklinks from global.js */
.subnav-2-item:last-of-type {
#nav-log, #nav-recentchanges {
     display: none;
     display: none;
}
}

Revision as of 07:29, 28 August 2013

/* Remove "Change Colours" button */
input[value="change colours"] {
    display: none;
}

/* Remove "Share" button */
.wikia-button.share-button.secondary {
    display: none;
}

/* Remove "Log" and "Recent Changes" quicklinks from global.js */
#nav-log, #nav-recentchanges {
    display: none;
}