Bug 566013, floated item header to the right in rtl

This commit is contained in:
Matt Claypotch 2010-05-20 14:38:50 -07:00
Родитель e7fa612456
Коммит 421283888b
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -1524,6 +1524,10 @@ form .error .note.error {
float: left;
}
.html-rtl .listing .item h3 {
float: right;
}
.item .install,
.results .item .install {
float: left;