diff options
| author | Karthik Viswanathan <[email protected]> | 2011-08-26 00:00:05 -0700 |
|---|---|---|
| committer | Karthik Viswanathan <[email protected]> | 2011-08-26 00:00:05 -0700 |
| commit | 0a34a6d4b2131d28ed3d09857c2ccf78f139f837 (patch) | |
| tree | c4cf787d17c1dd247afd270e3f2d31bcaa6920f3 /examples | |
| parent | cf47ef0b2eb737e00d37b41ae545fbfbf10c6196 (diff) | |
| download | bootstrap-0a34a6d4b2131d28ed3d09857c2ccf78f139f837.tar.xz bootstrap-0a34a6d4b2131d28ed3d09857c2ccf78f139f837.zip | |
Made JavaScript unobtrusive by factoring out prettyPrint() to application.js. Also removed unused class from hero demo.
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/hero.html | 4 |
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> |
