diff options
| author | Jacob Thornton <[email protected]> | 2012-01-26 22:05:45 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-26 22:05:45 -0800 |
| commit | ed64276e5be1bbf808f2ab1451aa02522cc3aff0 (patch) | |
| tree | 13212cdc7db31d90167c2b91085c4ef8ea2a85ae /docs/index.html | |
| parent | dc2deb9a1b1995bbabee91bfd579d9b466fe78f2 (diff) | |
| download | bootstrap-ed64276e5be1bbf808f2ab1451aa02522cc3aff0.tar.xz bootstrap-ed64276e5be1bbf808f2ab1451aa02522cc3aff0.zip | |
move doc building into base make method + build bootstrap to doc assets
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index e60e9d711..317ec994b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,8 +13,8 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap.css" rel="stylesheet"> - <link href="../bootstrap-responsive.css" rel="stylesheet"> + <link href="assets/css/bootstrap.css" rel="stylesheet"> + <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> <link href="assets/css/docs.css" rel="stylesheet"> <link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet"> |
