diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 16:51:03 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 16:51:03 -0700 |
| commit | 57a8672b77a219b99215b781740cc9cf5f7fc1a5 (patch) | |
| tree | 751350066ffce2704e7f1bd8d379ad17e83fe84b /examples | |
| parent | 23d2fed905c33e1e18c1e8a04bfccbdfe7029cf3 (diff) | |
| parent | 091402760903ed0f2393c09c315fd91e8b6579fe (diff) | |
| download | bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.tar.xz bootstrap-57a8672b77a219b99215b781740cc9cf5f7fc1a5.zip | |
Merge branch '1.3-wip' of github.com:twitter/bootstrap into 1.3-wip
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/fluid.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/examples/fluid.html b/examples/fluid.html index 539b801c6..f613b0ebb 100644 --- a/examples/fluid.html +++ b/examples/fluid.html @@ -70,11 +70,10 @@ </div> <div class="content"> <!-- Main hero unit for a primary marketing message or call to action --> - <div class="hero-unit"> - <h1>Hello, world!</h1> - <p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p> - <p><a class="btn primary large">Learn more »</a></p> - </div> + <div class="row"> +<div class="span4">a</div> +<div class="span12">b</div> +</div> <!-- Example row of columns --> <div class="row"> <div class="span6"> |
