aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-26 09:54:08 -0700
committerMark Otto <[email protected]>2011-08-26 09:54:08 -0700
commitfd844c6d5dca4e1c28d17baf7fc73c0883121efb (patch)
treed26f9a170f8ab56a3985ef1397da96f16262fc56 /examples
parentebfe465b28d9e4530bc59a1982f8a1b8b71f2d58 (diff)
parent0a34a6d4b2131d28ed3d09857c2ccf78f139f837 (diff)
downloadbootstrap-fd844c6d5dca4e1c28d17baf7fc73c0883121efb.tar.xz
bootstrap-fd844c6d5dca4e1c28d17baf7fc73c0883121efb.zip
Merge pull request #89 from karthikv/clean-up
Made JavaScript Unobtrusive and Removed Unused Class
Diffstat (limited to 'examples')
-rw-r--r--examples/hero.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/hero.html b/examples/hero.html
index faac6ab75..6841cfd39 100644
--- a/examples/hero.html
+++ b/examples/hero.html
@@ -25,7 +25,7 @@
<div class="topbar">
<div class="fill">
- <div class="container fixed">
+ <div class="container">
<h3><a href="#">Project name</a></h3>
<ul>
<li class="active"><a href="#">Home</a></li>
@@ -71,4 +71,4 @@
</div> <!-- /container -->
</body>
-</html> \ No newline at end of file
+</html>