From 93fe9dfa432f8a96a063e2a290464d3ef5510d0f Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Fri, 19 Oct 2007 19:28:32 +0000 Subject: [PATCH] ActionItem110: Add layout raw --- public/designs/templates/raw/raw.yml | 3 +++ public/designs/templates/raw/stylesheets/style.css | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) create mode 100644 public/designs/templates/raw/raw.yml create mode 100644 public/designs/templates/raw/stylesheets/style.css diff --git a/public/designs/templates/raw/raw.yml b/public/designs/templates/raw/raw.yml new file mode 100644 index 0000000..48962cf --- /dev/null +++ b/public/designs/templates/raw/raw.yml @@ -0,0 +1,3 @@ +title: "Raw Layout 1 column" +description: "Mode Raw 1 column" +number_of_boxes: 1 diff --git a/public/designs/templates/raw/stylesheets/style.css b/public/designs/templates/raw/stylesheets/style.css new file mode 100644 index 0000000..8ab0ebf --- /dev/null +++ b/public/designs/templates/raw/stylesheets/style.css @@ -0,0 +1,4 @@ +#frame { +margin-top: 50px; +padding: 10px; +} -- libgit2 0.21.2