diff options
| author | Mark Otto <[email protected]> | 2011-09-10 15:29:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 15:29:38 -0700 |
| commit | 99ede580cf85611bf446abd46fa1ad4daf850a59 (patch) | |
| tree | e7d78be8b981f4f5b0744a08d4f19cca30edb6e7 /examples | |
| parent | 6d99ae56591f94327453f5dc51e3ce57c64cb831 (diff) | |
| download | bootstrap-99ede580cf85611bf446abd46fa1ad4daf850a59.tar.xz bootstrap-99ede580cf85611bf446abd46fa1ad4daf850a59.zip | |
adding code and .label sections to type section
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"> |
