Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,17 @@
<style type="text/css">
body { margin: 1.0em 0; font-family: Helvetica, Arial, FreeSans, san-serif; color: #333; }
#container { margin: 0 auto; width: 700px; }
h1 { font-size: 72px; color: #2567a1; margin-bottom: 3px; font-family: reenie-beanie; }
h2 { font-size: 36px; color: #333; margin-bottom: 3px; font-family: reenie-beanie; }
p, li { font-family: reenie-beanie; font-size: 36px; }
h1 { font-size: 72px; color: #2567a1; margin-bottom: 3px; }
h2 { font-size: 36px; color: #333; margin-bottom: 3px; }
p, li { font-size: 36px; }
li:before { content: "* "; }
li { margin: 0; padding: 0; }
ul { margin: 0 0 30px; padding: 0; list-style-type: none; }
p.small { font-size: 24px; }
a { color: #5e9cd3; text-decoration: none; }
a:hover { color: #2567a1; }
</style>

<script type="text/javascript" src="http://use.typekit.com/hrj4atz.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>


<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1413210-11']);
Expand All @@ -42,8 +39,12 @@
<div id="container">
<h1>jQuery Annotated Source</h1>

<p>Read the jQuery source like a book like a boss.</p>
<p>Make it better by <a href="http://github.com/robflaherty/jquery-annotated-source">contributing on GitHub</a>.</p>
<p>Read the jQuery (1.6) source like a book like a boss.</p>
<p>View project on <a href="http://github.com/robflaherty/jquery-annotated-source">GitHub</a>.</p>

<div style="background: #efefef; padding: 10px;"><strong>Please Note: </strong>
<p style="font-family: Helvetica, Arial, FreeSans, san-serif; font-size: 16px;">This project was released in 2011 when 1.6.2 was the latest jQuery version. It is no longer maintained.</p>
</div>

<h2>Chapters</h2>
<ul>
Expand Down