Content deleted Content added
fix indents to use standard tabs: revert if this complicates diffs too much |
If we are going to support blocks, let's start both blocks at the top of the table cell. |
||
Line 213:
local tdDivStyle = 'word-wrap: break-word; direction: ltr;'
local tdSharedStyle = 'vertical-align:top; width: 48%; border-style: solid; border-radius: 0.33em; ' ..
'padding: 0.33em 0.5em; color: inherit; font-size: 1em; font-family: monospace; white-space: pre-wrap; border-width: 1px 1px 1px 4px; ' ..
'-webkit-border-end-width: 1px; -webkit-border-start-width: 4px; ' ..
|