Skip to content

Commit

Permalink
Fikser headinger i examples.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Glenn A. Brownlee committed Aug 28, 2015
1 parent 3bdb388 commit 0abfaf3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@

<div id="appContainer">
<div class="content-container">
<h1 class="primary-heading">Felles Frontend Style Guide</h1>
<h1 class="h1">Felles Frontend Style Guide</h1>
</div>

<div class="content-container">
<h2 class="secondary-heading">Primary Color Pallette</h2>
<h2 class="h2">Primary Color Pallette</h2>
<h3 class="lead-paragraph">Used in core elements - e.g. typography, buttons & boxes</h3>
<ul>
<li class="color-patch">
Expand Down Expand Up @@ -80,7 +80,7 @@ <h3 class="lead-paragraph">Used in core elements - e.g. typography, buttons & b
</div>

<div class="content-container">
<h2 class="secondary-heading">Secondary Color Pallette</h2>
<h2 class="h2">Secondary Color Pallette</h2>
<h3 class="lead-paragraph">Used in secondary elements - Infographics, tools, illustrations</h3>
<ul>
<li class="color-patch">
Expand Down Expand Up @@ -111,8 +111,8 @@ <h3 class="lead-paragraph">Used in secondary elements - Infographics, tools, ill
</div>

<div class="content-container -left">
<h2 class="secondary-heading">Typography</h2>
<h3 class="tertiary-heading">Heading Strategy</h3>
<h2 class="h2">Typography</h2>
<h3 class="h3">Heading Strategy</h3>
<p>To allow for accessibility while maintaining flexibility in design, we have chosen to use the semantically correct
header tags (H1, H2, H3, etc.) combined with styling classes. In other words, we do not style the HTML tags,
but rather decorate the appropriate tag with the desired design.</p>
Expand Down

0 comments on commit 0abfaf3

Please sign in to comment.