MediaWiki:Common.css: Difference between revisions

From bradwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
#content a[href ^="http://"].external
#content a[href ^="http://"].external
  {
  {
     background: center right no-repeat; padding-right: 2px;
     background: center right no-repeat; padding-right: 1px;
}
}

Revision as of 17:08, 17 January 2013

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

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