Skip to content

Commit

Permalink
index.html: Add IDs for linking convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Feb 3, 2016
1 parent 30cdbb6 commit 315c956
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 @@ -16,7 +16,7 @@
<div class="container">
<h1>CSS Hacks Lab <small>a project of the <a href="http://browserbu.gs">Browser Bugs Working Group</a></small></h1>

<h2>Hacks researched:</h2>
<h2 id="list-of-hacks">Hacks researched:</h2>
<ul class="underline-links">
<li>Pseudo-element hacks
<ul>
Expand Down Expand Up @@ -62,7 +62,7 @@ <h2>Hacks researched:</h2>
</li>
</ul>

<h2>About</h2>
<h2 id="about">About</h2>
<p>
Due to the existence of <a href="http://browserbu.gs">bugs in browsers' rendering engines</a>, it is sometimes necessary to use CSS hacks to conditionally apply special styles only in specific browsers to mitigate such bugs.
This <a href="https://github.com/browser-bugs/css-hacks">repository</a>/website houses research on some CSS hacks, including testcases and thorough compatibility test results.
Expand Down

0 comments on commit 315c956

Please sign in to comment.