Skip to content

Commit 372c27c

Browse files
committed
Documentation improvements
1 parent d43e319 commit 372c27c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
abbr { border-bottom: 1px dotted #333; }
3737
tt { font-size: 14px; }
3838
a { color: #06e; padding: 1px; }
39+
em { font-style: normal; background-color: #feb }
3940
a:hover { background-color: #06c; color: #fff; text-decoration: none; }
4041
#content { margin:0 auto; padding: 24px; width:700px; background-color:#fff; border: 1px solid #999; border-width: 0 1px 1px 1px; }
4142
#footer { margin:0 auto 24px; padding: 12px; width:700px; line-height: 24px; }
@@ -66,9 +67,9 @@ <h3>What?</h3>
6667
<h3>Why?</h3>
6768
<p>Timeago was originally built for use with <a href="http://yarp.com">Yarp.com</a> (coming soon) to timestamp comments.</p>
6869
<ul>
69-
<li>Because timeago can refresh automatically, you won't have timestamps dated "1 minute ago" even though the page was opened 10 minutes ago.</li>
70-
<li>Because the fuzzy timestamps aren't calculated on the server, you can take full advantage of page caching in your web applications.</li>
71-
<li>You get to use <a href="http://microformats.org/">microformats</a> like the cool kids.</li>
70+
<li>Avoid timestamps dated "1 minute ago" even though the page was opened 10 minutes ago; <em>timeago refreshes automatically</em>, </li>
71+
<li>You can <em>take full advantage of page caching</em> in your web applications, because the timestamps aren't calculated on the server.</li>
72+
<li>You get to <em>use <a href="http://microformats.org/">microformats</a></em> like the cool kids.</li>
7273
</ul>
7374

7475
<h3>How?</h3>

0 commit comments

Comments
 (0)