Content deleted Content added
No edit summary |
m this should also be done, I assume? |
||
Line 8:
['bb'] = 'border-bottom:',
['L'] = 'border-left:',
['
['n'] = 'none;',
['0'] = '0px none;',
Line 36:
['header rightcell'] = table.concat({_style['3'], _style['v'],
_style['bd'], _style['1'],
_style['
_style['bb'], _style['n'],
'"|'
Line 43:
_style['L'], _style['0'],
_style['bb'], _style['0'],
_style['
_style['t'], _style['1'],
'"|'
Line 50:
_style['L'], _style['0'],
_style['bb'], _style['0'],
_style['
_style['t'], _style['1'],
'width: 8px; min-width: 8px; background-color: #'
Line 61:
_style['L'], _style['1'],
_style['bb'], _style['0'],
_style['
_style['t'], _style['1'],
'"|'
Line 236:
elseif a == 'note' then
args.note[b] = v
elseif a == '
args.onewayL[b] = yesno(v)
elseif a == '
args.onewayR[b] = yesno(v)
elseif a == 'circular' then
args.circular[b] = yesno(v)
elseif a == '
args.circularL[b] = yesno(v)
elseif a == '
args.circularR[b] = yesno(v)
elseif a == '
args.throughL = yesno(v)
elseif a == '
args.throughR = yesno(v)
end
|