Changeset 23371


Ignore:
Timestamp:
Jun 19, 2013, 5:18:16 PM (11 years ago)
Author:
plg
Message:

keep only border-radius, accepted by all mordern browsers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/community/main.inc.php

    r23085 r23371  
    9696    $style.= 'color:white;';
    9797    $style.= 'padding:1px 5px;';
    98     $style.= '-moz-border-radius:10px;';
    99     $style.= '-webkit-border-radius:10px;';
    10098    $style.= 'border-radius:10px;';
    10199    $style.= 'margin-left:5px;';
Note: See TracChangeset for help on using the changeset viewer.