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

From Tardis Wiki, the free Doctor Who reference
mNo edit summary
No edit summary
Line 6: Line 6:
/* Remove "Share" button */
/* Remove "Share" button */
.wikia-button.share-button.secondary {
.wikia-button.share-button.secondary {
    display: none;
}
/* Remove "Log" quicklink from global.js */
.subnav-2-item:last-of-type {
     display: none;
     display: none;
}
}

Revision as of 07:26, 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" quicklink from global.js */
.subnav-2-item:last-of-type {
    display: none;
}