Skip to content
This repository has been archived by the owner on May 16, 2018. It is now read-only.

Commit

Permalink
added blog back to nav bar.
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Mar 17, 2016
1 parent 7672d1d commit c6cf187
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions client/app/header/header.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,14 @@
}
}
.pull-right {
.navbar-nav > li {
float: left;
.navbar-nav{
display: inline-block;
margin: 0;
> li {
float: left;
display: inline;
clear: none;
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ The local files are intended to not be tracked in your version control system. E
"labURL": "https://lab.bcdevexchange.org",
"rapidAdoptionUrl": "https://github.com/BCDevExchange/rapid-adoption-2/wiki",
"apiUrl" : "http://api.bcdevexchange.org/",
"blogPage": false,
"blogPage": true,
"resourcescallbackURLage": true,
"enableLogin": true,
"enableNumbersBar": false,
Expand Down

0 comments on commit c6cf187

Please sign in to comment.