MediaWiki:Common.css: Difference between revisions

From bradwiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #content a[href ^="http://"].external { background: center right no-repeat; padding-right: 18px; }")
 
No edit summary
Line 3: Line 3:
#content a[href ^="http://"].external
#content a[href ^="http://"].external
  {
  {
     background: center right no-repeat; padding-right: 18px;
     background: center right no-repeat; padding-right: 2px;
}
}

Revision as of 18:07, 17 January 2013

/* CSS placed here will be applied to all skins */

#content a[href ^="http://"].external
 {
    background: center right no-repeat; padding-right: 2px;
}