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

git-svn-id: http://svn.automattic.com/wordpress/trunk@19377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
westi 2011-11-21 15:47:48 +00:00
parent 75c741cd8b
commit 06e65aeb40

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;
}