1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 16:19:53 +02:00

Made JavaScript unobtrusive by factoring out prettyPrint() to application.js. Also removed unused class from hero demo.

This commit is contained in:
Karthik Viswanathan
2011-08-26 00:00:05 -07:00
parent cf47ef0b2e
commit 0a34a6d4b2
3 changed files with 18 additions and 6 deletions

View File

@@ -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>
</html>