Skip to content

Commit

Permalink
more starter theme tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
njenkins committed Sep 30, 2013
1 parent aeec321 commit bf5795e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions www/css/starter-template.css
Expand Up @@ -10,4 +10,10 @@ body {
}
.list-group {
margin-top: 10px;
}
.navbar-header .back {
margin-top: 8px;
}
.navbar-inverse .navbar-text {
color: #f2f2f2;
}
2 changes: 1 addition & 1 deletion www/index.html
Expand Up @@ -62,7 +62,7 @@ <h4 class="list-group-item-heading pull-right">{{distanceText}} {{bearingText}}<
<div class="navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="#" class="btn btn-primary">
<a href="#" class="btn btn-primary back">
<span class="glyphicon glyphicon-arrow-left"></span> More campsites near you
</a>
</div>
Expand Down

0 comments on commit bf5795e

Please sign in to comment.