Repository: incubator-apex-site Updated Branches: refs/heads/master 08c54a503 -> a22202b33
added body.less to main.less listing 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/a22202b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/a22202b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/a22202b3 Branch: refs/heads/master Commit: a22202b33da5a0999ca1d3bcbeabd0fca8314501 Parents: 08c54a5 Author: Andy Perlitch <[email protected]> Authored: Wed Sep 30 13:04:31 2015 -0700 Committer: Andy Perlitch <[email protected]> Committed: Wed Sep 30 13:04:31 2015 -0700 ---------------------------------------------------------------------- src/less/main.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/a22202b3/src/less/main.less ---------------------------------------------------------------------- diff --git a/src/less/main.less b/src/less/main.less index 6ab3b4d..b610e8a 100644 --- a/src/less/main.less +++ b/src/less/main.less @@ -2,4 +2,5 @@ @import "./variables.less"; @import "./header.less"; @import "./footer.less"; -@import "./index.less"; \ No newline at end of file +@import "./index.less"; +@import "./body.less"; \ No newline at end of file
