admSetSpaceStylesheet
Description
Adds a space stylesheet to customize the look and feel of a single space within Confluence.
Return Type
Boolean (true/false)
Returns true if the stylesheet was successfully applied
Example
return admSetSpaceStylesheet("MS", "#paragraph1 {margin: 0;}");
Sets style "#paragraph1 {margin: 0;}" to space with key "MS"
See also
Peacock