From e7cf2f1e1663a0beb0a352ba8183c6b94ea3c628 Mon Sep 17 00:00:00 2001 From: jlukic Date: Tue, 3 Mar 2015 18:08:17 -0500 Subject: [PATCH] Add container --- server/documents/elements/container.html.eco | 30 ++++++++++++++++++++ server/partials/ui-css.html.eco | 1 + 2 files changed, 31 insertions(+) create mode 100644 server/documents/elements/container.html.eco diff --git a/server/documents/elements/container.html.eco b/server/documents/elements/container.html.eco new file mode 100644 index 000000000..124ebc9b0 --- /dev/null +++ b/server/documents/elements/container.html.eco @@ -0,0 +1,30 @@ +--- +layout : 'default' +css : 'container-page' +element : 'container' +elementType : 'element' +standalone : true + +title : 'Container' +description : 'A container adds a fixed width to a group of elements' +type : 'UI Element' + +themes : ['Default'] +--- + + +<%- @partial('header') %> + +
+ +

Types

+ + + +
\ No newline at end of file diff --git a/server/partials/ui-css.html.eco b/server/partials/ui-css.html.eco index 27f83f091..304ddc04d 100644 --- a/server/partials/ui-css.html.eco +++ b/server/partials/ui-css.html.eco @@ -5,6 +5,7 @@ +