0cd8482f07
+ Add reference to Lua API documentation * Renamed docs folder to dev-docs Per issue #3896's discussion, we thought that renaming the `/docs` folder to `/dev-docs` help reduce confusion.
13 lines
113 B
CSS
13 lines
113 B
CSS
table
|
|
{
|
|
border: 1px outset;
|
|
border-spacing: 0px;
|
|
border-collapse: separate;
|
|
}
|
|
|
|
td, th
|
|
{
|
|
border: 1px inset
|
|
}
|
|
|