Skip to content

Commit

Permalink
make nav-right longer
Browse files Browse the repository at this point in the history
  • Loading branch information
drew committed May 19, 2016
1 parent c59f89a commit a87b74e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions guide/static/guide/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ nav.topbar
margin-right:5vw !important;
width:10vw;
}
.navbar-right.long
{
width: 20vw;
}


.topbar i {
Expand Down
2 changes: 1 addition & 1 deletion guide/templates/masterpages/main_back.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ <h1>
</h1>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<ul class="nav navbar-nav navbar-right long">
<li class="home-btn nav-btn">
<a class="" href="/" aria-label="Home Page">
<i class="fa fa-fw fa-home" ></i>
Expand Down

0 comments on commit a87b74e

Please sign in to comment.