Commit 93fe9dfa432f8a96a063e2a290464d3ef5510d0f

Authored by ValessioBrito
1 parent e1416d8e

ActionItem110: Add layout raw



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@733 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/raw/raw.yml 0 → 100644
... ... @@ -0,0 +1,3 @@
  1 +title: "Raw Layout 1 column"
  2 +description: "Mode Raw 1 column"
  3 +number_of_boxes: 1
... ...
public/designs/templates/raw/stylesheets/style.css 0 → 100644
... ... @@ -0,0 +1,4 @@
  1 +#frame {
  2 +margin-top: 50px;
  3 +padding: 10px;
  4 +}
... ...