I'm confused on how this works. Tried to copy over what I have for the new Halloween event to the RI wiki, but evidently it doesn't have this. I don't know how to create it so it can be referenced by items.
Its a custom CSS I used when I initially set up the monster charts. Its probably not needed, but if you need it I can dig it up for you.
I guess I'll save you the trouble.
table.rochart td, table.rochart th {
border: 1px solid #aaaaaa;
}
Is that something that has to be added server side or is it through the wiki?
Its server side but I think you can just add it to the style tag of the post. It just saves me from typing border and color tags for each cell in a table. Not sure exactly how you'd do it otherwise.