diff options
| author | Jacob Thornton <[email protected]> | 2011-08-19 12:14:43 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-19 12:14:43 -0700 |
| commit | 19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac (patch) | |
| tree | 4babf87c4d2d3f4062d260f64c7690f81db94d28 | |
| parent | 1a805151da1217e57f4cb655ee6567414162add0 (diff) | |
| download | bootstrap-19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac.tar.xz bootstrap-19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac.zip | |
add rel="stylesheet" to doc text
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index ba46ef69a..f32d7cf36 100644 --- a/docs/index.html +++ b/docs/index.html @@ -58,7 +58,7 @@ <h6>Hotlink the CSS</h6> <p>For the quickest and easiest start, just copy this snippet into your webpage.</p> <form> - <textarea class="copy-code" rows="1"><link type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea> + <textarea class="copy-code" rows="1"><link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea> </form> </div> <div class="span5 columns"> |
