diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-08-02 11:35:38 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-08-02 11:35:38 +0200 |
commit | 8045f63b4122f79c549a436851059c670d13ce44 (patch) | |
tree | 4ded324625a28c77b70ce7221d963457b3b14e67 | |
parent | da256b33d93978f672aa07e0e94be585a7d1d2ee (diff) | |
download | forums-8045f63b4122f79c549a436851059c670d13ce44.tar forums-8045f63b4122f79c549a436851059c670d13ce44.tar.gz forums-8045f63b4122f79c549a436851059c670d13ce44.tar.bz2 forums-8045f63b4122f79c549a436851059c670d13ce44.tar.xz forums-8045f63b4122f79c549a436851059c670d13ce44.zip |
[ticket/9743] Fix background of top2-class in prosilver for RTL-languages.
PHPBB3-9743
-rw-r--r-- | phpBB/styles/prosilver/theme/bidi.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/theme/bidi.css b/phpBB/styles/prosilver/theme/bidi.css index 109312ac1b..f441784d85 100644 --- a/phpBB/styles/prosilver/theme/bidi.css +++ b/phpBB/styles/prosilver/theme/bidi.css @@ -236,6 +236,7 @@ } .rtl a.top2 { + background-position: 100% 50%; padding-left: 0; padding-right: 15px; } |