mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
RTL fixes for dfw tagline, permalink editing, and hscroll. Props yoavf. fixes #17639
git-svn-id: https://develop.svn.wordpress.org/trunk@18113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user