mobilehugh / EXP_Documents

Sciency fiction table top RPG documentation. Asciidoc to HTML site generation using Antoradocs.
https://expgame.com
1 stars 0 forks source link

frame all not translating #4

Closed mobilehugh closed 4 years ago

mobilehugh commented 5 years ago

Somewhere between antora and asciidoctor the table parameter frame all does not work. the solid line is either the wrong colour or does not exist. changes to extra.css in supplemental-ui are being ignored.

mobilehugh commented 4 years ago

`// New table for 6.0 .Robot Wate [width="75%",cols="^,3*<",frame="all"] |=== 4+<|Size determines Wate. s|Die Roll (1d100) s|Size s|Wate (kg) s|Dice

|01-05 |Tiny |0-9 |1d10-1

|06-25 |Small |1-50 |1d100/2

|26-75 |Medium |51-100 |1d100/2+50

|76-96 |Large |105-600 |5d100+100

|97-00 |Gigantic |606-6600 |6d1000+600

s|Die Roll (1d100) s|Size s|Wate (kg) s|Dice |=== ` Appears as:

no_lower
mobilehugh commented 4 years ago

Needed to remove border: collapse from css.

\supplemental-ui\css\extra.css

/allow border to frame entire table / table { border: 4px solid red; }