File tree 2 files changed +2
-22
lines changed
app/design/frontend/sandbox/default/template/catalog/category
skin/frontend/sandbox/default/css
2 files changed +2
-22
lines changed Original file line number Diff line number Diff line change 70
70
<?php else : ?>
71
71
<?php echo $ this ->getProductListHtml () ?>
72
72
<?php endif ; ?>
73
-
74
-
75
- <!-- cms block for pi code -->
76
- <?php echo $ this ->getLayout ()->createBlock ('cms/block ' )->setBlockId ('catalog_pi_recommend ' )->toHtml () ?>
77
-
78
-
79
- <!-- Hide 0.00 sale price -->
80
- <script type="text/javascript">
81
- jQuery(document).ready(function () {
82
- if ( jQuery(".igo_product_regular_price_value").text() == jQuery(".igo_product_sale_price_value").text() ) {
83
- jQuery("span.igo_product_sale_price_value").hide();
84
- }
85
- });
86
- </script>
87
-
88
- <script type="text/javascript">
89
- jQuery(document).ready(function () {
90
- jQuery(".igo_product_sale_price_value:contains('$0.00')").hide();
91
- });
92
- </script>
Original file line number Diff line number Diff line change @@ -3596,7 +3596,7 @@ a.skip-link {
3596
3596
/* Height of ".nav-primary a.level0" */
3597
3597
z-index : 10 ;
3598
3598
width : 250px ;
3599
- padding : 10px 20 20 20 px ;
3599
+ padding : 15 px 10px 5 px 15 px ;
3600
3600
display : none;
3601
3601
/* Hide until displayed. */
3602
3602
}
@@ -10607,7 +10607,7 @@ div.calendar table td.button {
10607
10607
10608
10608
/* New SandBox Styles */
10609
10609
/* css v2 */
10610
- p .welcome-msg {color : # fff ; font-weight : bold; font-size : 12px ; letter-spacing : 1px ;}
10610
+ p .welcome-msg {color : # fff ; font-weight : bold; font-size : 12px ; letter-spacing : 1px ; margin : 0 ; }
10611
10611
10612
10612
.page-title .category-title {float : left; width : 22.333% ;}
10613
10613
.category-products { clear : both; padding-top : 0 ;}
You can’t perform that action at this time.
0 commit comments