Skip to content

Commit

Permalink
Changed id, and references to it, for the first instance of `[id="pla…
Browse files Browse the repository at this point in the history
…ys"]` (I decided that the first instance needed adjusting because `<div id="plays" class="outer_container">` is referenced numerous times by the CSS). Resolves #102
  • Loading branch information
jhfrench committed Jan 22, 2015
1 parent fe15d36 commit 69842f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
{% endfor %}
</ul>
<div id="menu_icon">
<a href="#plays" title="Return to Index"></a>
<a href="#plays_index_anchor" title="Return to Index"></a>
</div>
</div>
</div>
Expand All @@ -49,7 +49,7 @@
<div id="plays_index">
<div class="outer_container">
<div class="inner_container">
<a class="anchor_offset" id="plays"></a>
<a class="anchor_offset" id="plays_index_anchor"></a>
<h3>DIGITAL SERVICE PLAYS</h3>
<div class="columns">
<ol>
Expand Down

0 comments on commit 69842f9

Please sign in to comment.