Commit bde3547ed75ff5752a05335a3ba3dff93e867d4a

Authored by AntonioTerceiro
1 parent 8fb1619b

ActionItem0: fixing template



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@302 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/1024px/simple.yml
1   -title: Default template
  1 +title: "1024 px"
2 2 number_of_boxes: 3
... ...
public/designs/templates/default/default.yml 0 → 100644
... ... @@ -0,0 +1,2 @@
  1 +title: Default template
  2 +number_of_boxes: 3
... ...
public/designs/templates/default/stylesheets/style.css
1   -* {
  1 +body, td, tr, li {
2 2 font-family: Verdana, Arial, Helvetica, sans-serif;
3 3 }
4 4 body {
... ...