Repository: incubator-juneau-website Updated Branches: refs/heads/asf-site 7d242e928 -> 90598997e
Fix table overflow on community page. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/commit/90598997 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/tree/90598997 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/diff/90598997 Branch: refs/heads/asf-site Commit: 90598997e489288b84c46fa2e5d64f127a7c9c82 Parents: 7d242e9 Author: jamesbognar <[email protected]> Authored: Mon Aug 8 10:59:37 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Mon Aug 8 10:59:37 2016 -0400 ---------------------------------------------------------------------- content/community.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/90598997/content/community.html ---------------------------------------------------------------------- diff --git a/content/community.html b/content/community.html index c866782..b99a8b2 100644 --- a/content/community.html +++ b/content/community.html @@ -40,7 +40,7 @@ <h5 class='toc'>Current members</h5> <br> - <table class='styled' style='width:100%'> + <table class='styled' style='width:95%'> <tr><th>Name</th><th>Role</th><th>User ID</th></tr> <tr class='light'><td>Craig Russel</td><td>Mentor</td><td>clr</td><tr> <tr class='dark'><td>Jochen Wiedmann</td><td>Mentor</td><td>jochen</td><tr>
