Re-enabling responsive for better looking padding and more sane resizing,

but removed the collapsable stuff from the nav bar.
This commit is contained in:
Andy Konwinski 2012-09-13 15:35:47 -07:00
parent 5ec7a6665b
commit 462cd8be60
2 changed files with 21 additions and 29 deletions

View file

@ -16,9 +16,8 @@
padding-bottom: 40px;
}
</style>
<!--Not enabling responsive for now-->
<!--meta name="viewport" content="width=device-width"-->
<!--link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap-responsive.min.css"-->
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="{{HOME_PATH}}css/bootstrap-responsive.min.css">
<link rel="stylesheet" href="{{HOME_PATH}}css/main.css">
<script src="{{HOME_PATH}}js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>
@ -34,13 +33,7 @@
<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="brand" href="{{HOME_PATH}}index.html"></a>
<div class="nav-collapse collapse">
<ul class="nav">
<!--TODO(andyk): Add class="active" attribute to li some how.-->
<li><a href="{{HOME_PATH}}index.html">Home</a></li>
@ -59,7 +52,6 @@
</li>
-->
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>

View file

@ -6,7 +6,7 @@
background: url(../img/spark-logo-77x40px-hd.png) no-repeat left center;
height: 40px;
width: 77px;
padding: 0px;
padding: 0 10px 0 0;
}
.navbar-inner {