MediaWiki:Vector.css: Difference between revisions

m
Protected "MediaWiki:Vector.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: a.external { background: none; padding-right: 0; }")
 
m (Protected "MediaWiki:Vector.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


a.external {
div#content a.external[href ^="https://"] {
     background: none;
     background-image: none;
     padding-right: 0;
     padding-right: 0;
}
}