GitHub user srdo opened a pull request:
https://github.com/apache/storm-site/pull/5
Style tables so they appear similar to how they look on Github
I think the table styling we have right now is hard to read. Compare the
table at the bottom of
https://storm.apache.org/releases/2.0.0-SNAPSHOT/storm-kafka-client.html with
how it appears when shown on Github
https://github.com/apache/storm-site/blob/asf-site/releases/2.0.0-SNAPSHOT/storm-kafka-client.md.
I copied a couple of rules from the styling used by GH, and added a
container for documentation content, so the style will only apply to tables in
page content.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/srdo/storm-site table-gh-styling
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/storm-site/pull/5.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5
----
commit b9737c21db9e299a7e396d758faae7b1d4788c0c
Author: Stig Rohde Døssing <stigdoessing@...>
Date: 2018-05-12T09:46:31Z
Style tables so they appear similar to how they look on Github
----
---