RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639

git-svn-id: http://svn.automattic.com/wordpress/trunk@18113 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2011-06-02 16:04:02 +00:00
parent 3f7c9b5b76
commit 46d0e53c7b
5 changed files with 18 additions and 8 deletions

View File

@@ -76,9 +76,8 @@
}
/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span {
left: auto
.screen-reader-text, .screen-reader-text span {
left: auto;
right: -1000em;
}