Improve table styling in rendered Markdown
Review Request #8970 — Created May 25, 2017 and submitted
This patch adds some better styling to our rendered Markdown. We now
render vertical borders and emphasize the border that separates headers
from content.
Tested this with /r/8969/
Description | From | Last Updated |
---|---|---|
There's also still spacing issues. Looks like too much padding on the table? Any chance of tweaking that to get … |
chipx86 | |
Should use full-length hex color codes. It'd also be nice to use variables for these, so callers can override. (We … |
chipx86 | |
Blank line here. |
chipx86 | |
This can be: tbody tr { &:first-child td { .. } &:last-child td { .. } } |
chipx86 |