This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Macro title: UML Sequence Diagram | |
## Macro has a body: Y | |
## Body processing: Unrendered | |
## | |
## This macro allows use of js-sequence-diagrams from http://bramp.github.io/js-sequence-diagrams/ | |
## | |
## Developed by: Greg MacLellan | |
## Date created: 2015-09-15 | |
## 2015-09-21: Added suppor for displaying parse errors while rendering | |
## Installed by: Greg MacLellan |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Design Shack Pricing Table Example | |
*/ | |
* {margin: 0; padding: 0;} | |
body {background: #ededed;} | |
#container { | |
width: 780px; |