diff options
| author | Mark Otto <[email protected]> | 2012-01-27 14:48:35 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 14:48:35 -0800 |
| commit | 22359f9dfdf5d513da163416005345649415b90f (patch) | |
| tree | 6110710970bfc205aaf3eb505bec1fb527c21edb /examples | |
| parent | 003da1e089edf06c528667009fb59189b5f0e4cc (diff) | |
| download | bootstrap-22359f9dfdf5d513da163416005345649415b90f.tar.xz bootstrap-22359f9dfdf5d513da163416005345649415b90f.zip | |
update examples and restore icons
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/fluid-reverse.html | 2 | ||||
| -rw-r--r-- | examples/fluid.html | 2 | ||||
| -rw-r--r-- | examples/hero.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/fluid-reverse.html b/examples/fluid-reverse.html index c03cae723..7de163084 100644 --- a/examples/fluid-reverse.html +++ b/examples/fluid-reverse.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap.css" rel="stylesheet"> + <link href="../docs/assets/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 60px; diff --git a/examples/fluid.html b/examples/fluid.html index cb00fb85a..1f7551562 100644 --- a/examples/fluid.html +++ b/examples/fluid.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap.css" rel="stylesheet"> + <link href="../docs/assets/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 60px; diff --git a/examples/hero.html b/examples/hero.html index 9b82ba62a..4803380c3 100644 --- a/examples/hero.html +++ b/examples/hero.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap.css" rel="stylesheet"> + <link href="../docs/assets/css/bootstrap.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 60px; |
