[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Thu Jun 1 13:55:05 UTC 2017
The branch master has been updated
via 88bf2e85c9797c0af25071aaf4ec989d49491912 (commit)
from fe6f0b613b48643535d95469a3742ae97b24c6d0 (commit)
- Log -----------------------------------------------------------------
commit 88bf2e85c9797c0af25071aaf4ec989d49491912
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Jun 1 09:55:01 2017 -0400
Better table format.
-----------------------------------------------------------------------
Summary of changes:
community/committers.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/community/committers.html b/community/committers.html
index 750bb93..69f2e23 100644
--- a/community/committers.html
+++ b/community/committers.html
@@ -10,10 +10,10 @@
<header><h2>List of Committers</h2></header>
<div class="entry-content">
<p>
- <table summary="Committers">
+ <table width="50%" summary="Committers">
<tr>
- <td>Name</td>
- <td>GitHub ID</td>
+ <td wdith="50%">Name</td>
+ <td wdith="50%">GitHub ID</td>
</tr>
<!--#include virtual="committers.inc" -->
</table>
More information about the openssl-commits
mailing list