Repository: celix-site Updated Branches: refs/heads/asf-site f7091c040 -> dc8b8ff18
added github celix status in index site Project: http://git-wip-us.apache.org/repos/asf/celix-site/repo Commit: http://git-wip-us.apache.org/repos/asf/celix-site/commit/74f1748e Tree: http://git-wip-us.apache.org/repos/asf/celix-site/tree/74f1748e Diff: http://git-wip-us.apache.org/repos/asf/celix-site/diff/74f1748e Branch: refs/heads/asf-site Commit: 74f1748ed2b83edcae72d5a7bf1b5a3e4509c059 Parents: f7091c0 Author: ESmink <[email protected]> Authored: Fri Jan 12 14:10:24 2018 +0100 Committer: ESmink <[email protected]> Committed: Fri Jan 12 14:10:24 2018 +0100 ---------------------------------------------------------------------- src/markdown/index.md | 5 ++--- src/noprocess/import/style.css | 8 +++++++- 2 files changed, 9 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix-site/blob/74f1748e/src/markdown/index.md ---------------------------------------------------------------------- diff --git a/src/markdown/index.md b/src/markdown/index.md index ffe9028..c51de95 100755 --- a/src/markdown/index.md +++ b/src/markdown/index.md @@ -13,6 +13,5 @@ Apache Celix is primarily developed in C and adds an additional abstraction, in ### Tips </div><div class="item"> ### Contributing -</div><div class="item"> -### Example projects -</div></div> +</div><iframe style="padding:0;height:250px;min-width:440px;max-width:500px;" class="item" src="http://tylerlh.github.io/github-latest-commits-widget/?username=Apache&repo=Celix&branch=develop&limit=15" scrolling="no" frameborder="0" allowtransparency="true"> +</iframe></div> http://git-wip-us.apache.org/repos/asf/celix-site/blob/74f1748e/src/noprocess/import/style.css ---------------------------------------------------------------------- diff --git a/src/noprocess/import/style.css b/src/noprocess/import/style.css index 0cfeb12..ecee025 100755 --- a/src/noprocess/import/style.css +++ b/src/noprocess/import/style.css @@ -192,11 +192,17 @@ a { min-width: 320px; background: #d8d8d8; border-radius: 8px; - height: 200px; + min-height: 250px; vertical-align: top; text-align: left; } +iframe { + padding: 0; + min-width: 440px; + max-width: 500px; +} + .spacer { padding-top: 70px; padding-bottom: 5px;
