Skip to content

Commit

Permalink
1.6.0.6 persian fix product thumbnail images
Browse files Browse the repository at this point in the history
  • Loading branch information
Danoosh committed May 31, 2014
1 parent 74ee2d9 commit 2f9d720
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions themes/default-bootstrap/css/product_rtl.css
Expand Up @@ -101,7 +101,9 @@ img {
#thumbs_list {
overflow: hidden;
float: right;
width: 392px; }
width: 392px;
direction: ltr
}
@media (min-width: 992px) and (max-width: 1199px) {
#thumbs_list {
width: 290px; } }
Expand All @@ -110,7 +112,8 @@ img {
width: 164px; } }
@media (max-width: 767px) {
#thumbs_list {
width: 194px; } }
width: 194px;
direction: ltr; } }
#thumbs_list ul#thumbs_list_frame {
list-style-type: none;
padding-right: 0;
Expand Down

0 comments on commit 2f9d720

Please sign in to comment.