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