Skip to content

Commit

Permalink
fix context path
Browse files Browse the repository at this point in the history
  • Loading branch information
msweeney committed Sep 14, 2011
1 parent b15c050 commit fb2e66e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cssreset/docs/index.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p>To use CSS Reset, include the following source file in your web page:</p>

```
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset/reset-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset/cssreset-min.css">
```

<h3 id="context">Global vs. Contextual</h3>
Expand All @@ -23,7 +23,7 @@
<p>Here is how to include the contextual version of CSS Reset:</p>

```
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset/reset-context-min.css">
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/{{yuiVersion}}/build/cssreset-context/cssreset-context-min.css">
```


Expand Down

0 comments on commit fb2e66e

Please sign in to comment.