Repository: incubator-beam-site Updated Branches: refs/heads/asf-site 749776a87 -> c630ee0ed
Fix ASF header collapsing Project: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/commit/0799aab4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/tree/0799aab4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam-site/diff/0799aab4 Branch: refs/heads/asf-site Commit: 0799aab46f041435390b913ce6fc8ddccb106482 Parents: 749776a Author: Dan Halperin <[email protected]> Authored: Tue Aug 2 23:24:19 2016 -0700 Committer: Dan Halperin <[email protected]> Committed: Tue Aug 2 23:24:19 2016 -0700 ---------------------------------------------------------------------- _includes/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-beam-site/blob/0799aab4/_includes/header.html ---------------------------------------------------------------------- diff --git a/_includes/header.html b/_includes/header.html index 1f1c933..d7e31db 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -81,7 +81,7 @@ </ul> </li> </ul> - <ul class="nav navbar-nav pull-right"> + <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false"><img src="https://www.apache.org/foundation/press/kit/feather_small.png" alt="Apache Logo" style="height:24px;">Apache Software Foundation<span class="caret"></span></a> <ul class="dropdown-menu dropdown-menu-right">
