[ticket/9743] Fix background of top2-class in prosilver for RTL-languages.

PHPBB3-9743
This commit is contained in:
Joas Schilling 2010-08-02 11:35:38 +02:00
parent da256b33d9
commit 8045f63b41

View file

@ -236,6 +236,7 @@
} }
.rtl a.top2 { .rtl a.top2 {
background-position: 100% 50%;
padding-left: 0; padding-left: 0;
padding-right: 15px; padding-right: 15px;
} }