TwentyEleven: Improve RTL css to better match LTR experience. Fixes #18911 props SergeyBiryukov.

git-svn-id: https://develop.svn.wordpress.org/trunk@19377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2011-11-21 15:47:48 +00:00
parent 74567278af
commit 5ca42be36c
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ section.recent-posts .other-recent-posts a[rel="bookmark"] {
section.recent-posts .other-recent-posts .comments-link a,
section.recent-posts .other-recent-posts .comments-link > span {
padding: 0.3125em 1em 0.3125em 0;
right: auto;
left: 0;
text-align: left;
}