diff options
author | Anika Henke <anika@selfthinker.org> | 2012-10-12 22:52:07 +0100 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-10-12 22:52:07 +0100 |
commit | 0c49c5d6c2b38fdcf269e570dd7948632d3b23ff (patch) | |
tree | 2bffde3800655e53595f20890f4689296e646ce1 /lib/styles | |
parent | 13ee5936a08f7941769fc9828638a115f41c0d15 (diff) | |
download | rpg-0c49c5d6c2b38fdcf269e570dd7948632d3b23ff.tar.gz rpg-0c49c5d6c2b38fdcf269e570dd7948632d3b23ff.tar.bz2 |
moved some styles around
Diffstat (limited to 'lib/styles')
-rw-r--r-- | lib/styles/screen.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/styles/screen.css b/lib/styles/screen.css index 8ada48932..119878f9b 100644 --- a/lib/styles/screen.css +++ b/lib/styles/screen.css @@ -73,12 +73,16 @@ div.notify { (e.g. for screen readers or to keep access keys working) */ .a11y { position: absolute !important; - left: -10000px !important; + left: -99999em !important; top: auto !important; width: 1px !important; height: 1px !important; overflow: hidden !important; } +[dir=rtl] .a11y { + left: auto !important; + right: -99999em !important; +} /* syntax highlighting code */ .code .br0 { color: #66cc66; } |