Repository: apex-site Updated Branches: refs/heads/master 94aed6786 -> 7872cbc7a
fix wrapping Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/7872cbc7 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/7872cbc7 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/7872cbc7 Branch: refs/heads/master Commit: 7872cbc7acc1666c9b7aa80e3d2c95e420cac1f0 Parents: 94aed67 Author: Thomas Weise <[email protected]> Authored: Sat Oct 8 19:43:18 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Sat Oct 8 19:43:18 2016 -0700 ---------------------------------------------------------------------- src/pages/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/7872cbc7/src/pages/index.html ---------------------------------------------------------------------- diff --git a/src/pages/index.html b/src/pages/index.html index 2745343..f21d912 100644 --- a/src/pages/index.html +++ b/src/pages/index.html @@ -19,14 +19,14 @@ </div> </div> - <div class="break"> + <div class="break"></div> + <div class="container"> <center> <a class="h2" href="https://blogs.apache.org/apex/entry/apache_apex_malhar_3_5"> - <h2><i>Now with <b>event-time windowing</b> and <b>high-level API.</b></i></h2> + <i>Now with <b>event-time windowing</b> and <b>high-level API.</b></i> </a> </center> </div> - <div class="break"></div> <div class="container"> <div class="col-md-4">
