diff options
author | Cesar G <prototech91@gmail.com> | 2014-08-08 13:41:37 +0200 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-08-08 13:41:37 +0200 |
commit | f1b1bd0de98794f5df348abdf526e9651003abdf (patch) | |
tree | 8e74eb20b39acdee7206ffc62fab140331f40845 /phpBB | |
parent | e4e7a8f8494922ee52d927cfcfe8b27d73452ced (diff) | |
parent | 20f8fd4af211ae9c9719b20a498c3a8aaafff435 (diff) | |
download | forums-f1b1bd0de98794f5df348abdf526e9651003abdf.tar forums-f1b1bd0de98794f5df348abdf526e9651003abdf.tar.gz forums-f1b1bd0de98794f5df348abdf526e9651003abdf.tar.bz2 forums-f1b1bd0de98794f5df348abdf526e9651003abdf.tar.xz forums-f1b1bd0de98794f5df348abdf526e9651003abdf.zip |
Merge remote-tracking branch 'marc1706/ticket/12744' into develop-ascraeus
* marc1706/ticket/12744:
[ticket/12744] Fix additional height of one line in header in rtl languages
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index d3594cc5bd..2f2a9ed268 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -332,12 +332,8 @@ li.breadcrumbs span:first-child > a { .rtl .skiplink { /* invisible skip link, used for accessibility */ - position: relative; - width: 1px; - height: 1px; - overflow: hidden; - display: block; left: 0; + right: -999px; } .rtl a.feed-icon-forum { |