Repository: incubator-apex-site Updated Branches: refs/heads/master ff0a2f22a -> 670efbcf7
fixed margin issue in nav Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/670efbcf Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/670efbcf Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/670efbcf Branch: refs/heads/master Commit: 670efbcf733a002fd049848ca9cc561c7ba3b3a2 Parents: ff0a2f2 Author: Andy Perlitch <[email protected]> Authored: Wed Nov 11 14:19:49 2015 -0800 Committer: Andy Perlitch <[email protected]> Committed: Wed Nov 11 14:19:49 2015 -0800 ---------------------------------------------------------------------- src/less/header.less | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/670efbcf/src/less/header.less ---------------------------------------------------------------------- diff --git a/src/less/header.less b/src/less/header.less index 2bb1835..13f1722 100644 --- a/src/less/header.less +++ b/src/less/header.less @@ -1,5 +1,7 @@ #main-nav { background-color: @brand-primary; + margin-bottom: 0; + border: none; .nav-link { color: white; cursor: pointer;
