[wp-trac] [WordPress Trac] #17882: Twenty Eleven RTL update
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 24 16:17:46 UTC 2011
#17882: Twenty Eleven RTL update
--------------------------+------------------
Reporter: yoavf | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.2
Component: RTL | Version: 3.2
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------
Comment (by yoavf):
To clarify a little:
When a class name says .alignright in style.css, you won't find a
counterpart in rtl.css.
Since align right means just that - align to the right
but if there' something like
{{{
.sidebar-content{
float:left;
}
}}}
then on rtl.css it should be:
{{{
.sidebar-content{
float:right;
}
}}}
Because sidebar-content means "sidebar first, content next" and in RTL
that means the sidebar should be on the right.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17882#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list