Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*  ------------------------------------------------------------------------
    common styles; in an ideal world:
    @import url("styles/common.css");                                        */

/*  Links to PDF documents */

#bodyContent a[href$=".pdf"], 
#bodyContent a[href*=".pdf?"], 
#bodyContent a[href*=".pdf#"], 
#bodyContent span.PDFlink a
{
    background:
        url(http://upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif)
        right center no-repeat !important;
        padding-right: 1.4em !important;
}