MediaWiki:Common.css: Difference between revisions

From Tabroom.com Help Center
Jump to navigation Jump to search
Created page with "→‎CSS placed here will be applied to all skins: div#content a.external[href ^="https://"] { background-image: none; padding-right: 0; }"
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
div#content a.external[href ^="https://"] {
div#content a[href ^="https://"] {
     background-image: none;
     background-image: none;
     padding-right: 0;
     padding-right: 0;
}
}

Revision as of 05:35, 8 March 2015

/* CSS placed here will be applied to all skins */
div#content a[href ^="https://"] {
    background-image: none;
    padding-right: 0;
}