Repository: samza Updated Branches: refs/heads/master aac736060 -> ff3717ddc
Fix image layout on the Samza homepage. Adjust a few pixels Author: Jagadish <[email protected]> Reviewers: Jagadish<[email protected]> Closes #698 from vjagadish1989/website-reorg6 Project: http://git-wip-us.apache.org/repos/asf/samza/repo Commit: http://git-wip-us.apache.org/repos/asf/samza/commit/ff3717dd Tree: http://git-wip-us.apache.org/repos/asf/samza/tree/ff3717dd Diff: http://git-wip-us.apache.org/repos/asf/samza/diff/ff3717dd Branch: refs/heads/master Commit: ff3717ddc0a01876aaed643e4b329d227d368c96 Parents: aac7360 Author: Jagadish <[email protected]> Authored: Mon Oct 8 11:58:56 2018 -0700 Committer: Jagadish <[email protected]> Committed: Mon Oct 8 11:58:56 2018 -0700 ---------------------------------------------------------------------- docs/_layouts/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/samza/blob/ff3717dd/docs/_layouts/default.html ---------------------------------------------------------------------- diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 1b555d8..c10403d 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -117,7 +117,7 @@ </p> <!-- <img src="/img/latest/learn/documentation/api/samza-arch3.png"> --> - <img src="/img/latest/learn/documentation/api/samza-arch6.png" width="50%" height="50%" hspace="30px"> + <img src="/img/latest/learn/documentation/api/samza-arch4.png" width="44.7%" height="50%" hspace="25px"> </div> </div>
