﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
12053,Admin RTL: reset of padding-right is wrong,yoavf,yoavf,"The padding-right reset in 

{{{
#side-sortables .category-tabs li {
        padding-right: 0;
 	padding-left: 8px;
 }
}}}
is wrong because both right and left padding are already set in
{{{
ul#category-tabs li {
-moz-border-radius:3px 3px 0 0;
padding:5px 8px;
}
}}}

line simply needs to be removed, as in the attched patch",defect (bug),closed,normal,3.0,RTL,3.0,normal,fixed,"has-patch, css, rtl",yoav@…
