orange prices for mobile listing pages (bug 712762)

This commit is contained in:
Chris Van 2012-01-03 17:19:13 -08:00
Родитель e4a387be71
Коммит 4ecefff9ad
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -114,7 +114,7 @@ li.item {
padding: 0 10px;
}
.vital {
color: green;
color: @green;
padding-left: .5em;
&:before {
color: #aaa;
@ -127,6 +127,9 @@ li.item {
display: none;
}
}
&.premium {
color: @orange;
}
}
.stars, i, .vital {
display: block;