Difference between revisions of "MediaWiki:Common.css"

From InCircuit
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
a[href$=".pdf"] {
 
a[href$=".pdf"] {
     background-color: blue;
+
     background:url('');
 +
    background-position:left center;
 +
    background-repeat:none;
 +
    padding-left:10px;
 
}
 
}

Revision as of 16:28, 18 September 2014

/* CSS placed here will be applied to all skins */
a[href$=".pdf"] {
    background:url('');
    background-position:left center;
    background-repeat:none;
    padding-left:10px;
}
Personal tools