Skip to content

Commit 438e2d0

Browse files
committed
Merge pull request #137 from gburton/initial_changes
Bugfix + Future Stylesheets
2 parents 963ff26 + d2523a3 commit 438e2d0

4 files changed

Lines changed: 11 additions & 1 deletion

File tree

catalog/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* DO NOT CHANGE THIS FILE -------------------------------------------------- */
2+
/* TO OVER-RIDE ANY ASPECT OF THIS CSS, AMEND THE user.css FILE ------------- */
3+

catalog/includes/template_top.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656

5757
<link rel="stylesheet" type="text/css" href="stylesheet.css" />
5858

59+
<!-- Custom -->
60+
<link href="custom.css" rel="stylesheet">
61+
<!-- Custom -->
62+
<link href="user.css" rel="stylesheet">
63+
5964
<?php echo $oscTemplate->getBlocks('header_tags'); ?>
6065
</head>
6166
<body>

catalog/product_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?>
6060

6161
<div class="page-header">
62-
<h1 class="pull-right><?php echo $products_price; ?></h1>
62+
<h1 class="pull-right"><?php echo $products_price; ?></h1>
6363
<h1><?php echo $products_name; ?></h1>
6464
</div>
6565

catalog/user.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/* FOR USER CHANGES TO THE BASE CSS ----------------------------------------- */
2+

0 commit comments

Comments
 (0)