Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Disable the cone next to links.) |
|||
Line 1: | Line 1: | ||
/* Styling links to www.VideoLan.org */ | /* Styling links to www.VideoLan.org */ | ||
− | #bodyContent a.external, #bodyContent a[href^="http://www.videolan.org/"] { | + | /*#bodyContent a.external, #bodyContent a[href^="http://www.videolan.org/"] { |
-moz-background-clip:border; | -moz-background-clip:border; | ||
-moz-background-inline-policy:continuous; | -moz-background-inline-policy:continuous; | ||
Line 6: | Line 6: | ||
background:transparent url(//www.videolan.org/favicon.ico) no-repeat scroll right center; | background:transparent url(//www.videolan.org/favicon.ico) no-repeat scroll right center; | ||
padding-right:13px; | padding-right:13px; | ||
− | } | + | }*/ |
Revision as of 13:18, 4 April 2013
/* Styling links to www.VideoLan.org */
/*#bodyContent a.external, #bodyContent a[href^="http://www.videolan.org/"] {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(//www.videolan.org/favicon.ico) no-repeat scroll right center;
padding-right:13px;
}*/