Skip to content

Commit ba076cd

Browse files
committed
Add Stylesheets
For future use...
1 parent a8135b8 commit ba076cd

3 files changed

Lines changed: 10 additions & 0 deletions

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/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)