aboutsummaryrefslogtreecommitdiff
path: root/examples/fluid-reverse.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-07 01:59:53 -0800
committerMark Otto <[email protected]>2012-01-07 01:59:53 -0800
commit5fb2c666acfd5e7d2f134d2cb5b65b828102c5a9 (patch)
tree2624482cc8403f0aab60ac4dbde70db18bf1f780 /examples/fluid-reverse.html
parent45d671d97f4d448780729bbb6357e9ec776f980c (diff)
downloadbootstrap-5fb2c666acfd5e7d2f134d2cb5b65b828102c5a9.tar.xz
bootstrap-5fb2c666acfd5e7d2f134d2cb5b65b828102c5a9.zip
update the fluid examples to use new classes and clear the floats properly from sidebar
Diffstat (limited to 'examples/fluid-reverse.html')
-rw-r--r--examples/fluid-reverse.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/fluid-reverse.html b/examples/fluid-reverse.html
index 8df731181..61aa08de9 100644
--- a/examples/fluid-reverse.html
+++ b/examples/fluid-reverse.html
@@ -42,8 +42,8 @@
</div>
</div>
- <div class="fluid-container reverse">
- <div class="fluid-sidebar-right">
+ <div class="fluid-container sidebar-right">
+ <div class="fluid-sidebar">
<div class="well">
<h5>Sidebar</h5>
<ul>
@@ -116,6 +116,8 @@
</div>
</div>
+ <hr>
+
<footer>
<p>&copy; Company 2011</p>
</footer>