diff options
| author | Mark Otto <[email protected]> | 2011-09-08 10:36:56 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-08 10:36:56 -0700 |
| commit | 1c03a075919681c398622bc36ca9f78b5f3c1737 (patch) | |
| tree | 97fd4820d5a9d67cf4c0c528daf99fedacd35149 /examples | |
| parent | 1af96b9a58b0bbd27a705000ed1ce68b5af04b7f (diff) | |
| download | bootstrap-1c03a075919681c398622bc36ca9f78b5f3c1737.tar.xz bootstrap-1c03a075919681c398622bc36ca9f78b5f3c1737.zip | |
bump css to 1.3.0, update makefile to reflect that, update form css to prepend form to the .clearfix to prevent some bullshit, small tweaks elsewhere
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/container-app.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/container-app.html b/examples/container-app.html index 41e46d201..20ab13789 100644 --- a/examples/container-app.html +++ b/examples/container-app.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap-1.2.0.css" rel="stylesheet"> + <link href="../bootstrap-1.3.0.css" rel="stylesheet"> <style type="text/css"> /* Override some defaults */ html, body { diff --git a/examples/fluid.html b/examples/fluid.html index 7e9fed0c3..539b801c6 100644 --- a/examples/fluid.html +++ b/examples/fluid.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap-1.2.0.css" rel="stylesheet"> + <link href="../bootstrap-1.3.0.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 60px; diff --git a/examples/hero.html b/examples/hero.html index 2255454c6..a2e5e53e4 100644 --- a/examples/hero.html +++ b/examples/hero.html @@ -12,7 +12,7 @@ <![endif]--> <!-- Le styles --> - <link href="../bootstrap-1.2.0.css" rel="stylesheet"> + <link href="../bootstrap-1.3.0.css" rel="stylesheet"> <style type="text/css"> body { padding-top: 60px; |
