Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
Merge pull request #23 from presidential-innovation-fellows/titlize_a…
Browse files Browse the repository at this point in the history
…bbr_element_titles

Capitalize the abbr element titles
  • Loading branch information
dannychapman committed Jul 12, 2013
2 parents 9b2a12e + 1b8ccac commit 6df29e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions site/index.html
Expand Up @@ -91,13 +91,13 @@ <h1>highlights<span>.data.gov</span></h1>
</ul>

<ul class="blocks">
<li class="commerce"><a href="#commerce" class="smoothScroll"><abbr title="commerce">Co</abbr></a></li>
<li class="energy"><a href="#energy" class="smoothScroll"><abbr title="energy">En</abbr></a></li>
<li class="health"><a href="#health" class="smoothScroll"><abbr title="health">He</abbr></a></li>
<li class="education"><a href="#education" class="smoothScroll"><abbr title="education">Ed</abbr></a></li>
<li class="safety"><a href="#safety" class="smoothScroll"><abbr title="safety">Sa</abbr></a></li>
<li class="finance"><a href="#finance" class="smoothScroll"><abbr title="finance">Fi</abbr></a></li>
<li class="development first"><a href="#development" class="smoothScroll"><abbr title="development">De</abbr></a></li>
<li class="commerce"><a href="#commerce" class="smoothScroll"><abbr title="Commerce">Co</abbr></a></li>
<li class="energy"><a href="#energy" class="smoothScroll"><abbr title="Energy">En</abbr></a></li>
<li class="health"><a href="#health" class="smoothScroll"><abbr title="Health">He</abbr></a></li>
<li class="education"><a href="#education" class="smoothScroll"><abbr title="Education">Ed</abbr></a></li>
<li class="safety"><a href="#safety" class="smoothScroll"><abbr title="Safety">Sa</abbr></a></li>
<li class="finance"><a href="#finance" class="smoothScroll"><abbr title="Finance">Fi</abbr></a></li>
<li class="development first"><a href="#development" class="smoothScroll"><abbr title="Development">De</abbr></a></li>
</ul>

</div>
Expand Down

0 comments on commit 6df29e9

Please sign in to comment.