Skip to content

Commit

Permalink
Review team4545 example.
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Apr 11, 2012
1 parent ba15aa3 commit 2d48083
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions _layouts/default.html
Expand Up @@ -25,19 +25,19 @@
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<!-- <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> -->
<!-- <span class="icon-bar"></span> -->
<!-- <span class="icon-bar"></span> -->
<!-- <span class="icon-bar"></span> -->
<!-- </a> -->
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<!-- <span class="icon-bar"></span> -->
<!-- <span class="icon-bar"></span> -->
</a>
<a class="brand" href="#">{{ site.appname }}</a>
<!-- <div class="nav-collapse" -->
<!-- <ul class="nav"> -->
<!-- <li class="active"><a href="#">Home</a></li> -->
<!-- <li><a href="#about">About</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
<!-- </ul> -->
<!-- </div> -->
<div class="nav-collapse"
<ul class="nav">
<li class="active"><a href="/">Home</a></li>
<!-- <li><a href="#about">About</a></li> -->
<!-- <li><a href="#contact">Contact</a></li> -->
</ul>
</div>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions examples/team4545/games.html
Expand Up @@ -11,9 +11,9 @@
#games, #standings { margin: 10px }
</style>

<h2>Team4545 - Scheduled Games and Standings -
Please, type your preferred team: <input id="team" type="text">
</h2>
<h2>Team4545 - Scheduled Games and Standings</h2>

<div>Please, type your preferred team: <input id="team" type="text"></div>

<div id="games" class="progress">Loading scheduled games...</div>
<div id="standings" class="progress">Loading standings...</div>
Expand Down

0 comments on commit 2d48083

Please sign in to comment.