Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit d1eef16

Browse files
committed
adding CSS to patterns and reformating divs
1 parent 3c29cc8 commit d1eef16

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

source/_patternlab-files/pattern-header-footer/footer.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<!-- End of Pattern -->
1+
<!-- End of Pattern -->
2+
</div>
3+
</div>
24

35
<!--
46
Remember that patterns are displayed from two-levels deep (e.g. patterns/patterntype-patternsubtype-patternname/patterntype-patternsubtype-patternname.html)

source/_patternlab-files/pattern-header-footer/header.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,15 @@
99
Remember that patterns are displayed from two-levels deep (e.g. patterns/patterntype-patternsubtype-patternname/patterntype-patternsubtype-patternname.html)
1010
Therefore all calls to assets should have the ../../ in order to work in an apache-less environment
1111
-->
12-
<link rel="stylesheet" href="../../css/style.css" media="all" />
13-
<script src="../../js/modernizr.js"></script>
12+
<link rel="stylesheet" href="../../styleguide/css/styleguide.css" media="all" />
13+
<link rel="stylesheet" href="../../css/style.css" media="all" />
1414
</head>
1515
<body>
16-
17-
<!-- Start of Pattern -->
16+
17+
<div class="sg-main" role="main">
18+
19+
<!--Patterns-->
20+
<div id="patterns">
21+
<div class="sg-pattern">
22+
23+
<!-- Start of Pattern -->

0 commit comments

Comments
 (0)