Skip to content

Instantly share code, notes, and snippets.

@mathiasrw
mathiasrw / usermacro.html
Last active September 21, 2015 20:02 — forked from gregmac/usermacro.html
Confluence UML Sequence Diagram user macro
## 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
@mathiasrw
mathiasrw / dabblet.css
Created July 11, 2014 14:28 — forked from secondfret/dabblet.css
Design Shack Pricing Table Example
/**
* Design Shack Pricing Table Example
*/
* {margin: 0; padding: 0;}
body {background: #ededed;}
#container {
width: 780px;