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

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


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

Revision as of 04:42, 28 August 2013

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

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