Skip to content

Commit 20dd7f4

Browse files
committedOct 25, 2016
css v1
1 parent da5ee8c commit 20dd7f4

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
 

‎app/design/frontend/sandbox/default/template/catalog/category/view.phtml

-20
Original file line numberDiff line numberDiff line change
@@ -70,23 +70,3 @@
7070
<?php else: ?>
7171
<?php echo $this->getProductListHtml() ?>
7272
<?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>

‎skin/frontend/sandbox/default/css/styles.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -3596,7 +3596,7 @@ a.skip-link {
35963596
/* Height of ".nav-primary a.level0" */
35973597
z-index: 10;
35983598
width: 250px;
3599-
padding:10px 20 20 20px;
3599+
padding:15px 10px 5px 15px;
36003600
display: none;
36013601
/* Hide until displayed. */
36023602
}
@@ -10607,7 +10607,7 @@ div.calendar table td.button {
1060710607

1060810608
/* New SandBox Styles */
1060910609
/* 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;}
1061110611

1061210612
.page-title.category-title {float: left; width: 22.333%;}
1061310613
.category-products { clear: both; padding-top: 0;}

0 commit comments

Comments
 (0)
Please sign in to comment.