Commit bb683d09779f8d420fbd781a24b905321503eed7

Authored by AntonioTerceiro
1 parent 93cf8eee

ActionItem152: 10px was too little


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1232 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
... ... @@ -30,7 +30,7 @@ body.category3 #wrap { background-image: url("../images/bg-top-lilas.png"); }
30 30 body.category4 #wrap { background-image: url("../images/bg-top-vermelho.png"); }
31 31  
32 32 #header {
33   - height: 10px;
  33 + height: 20px;
34 34 }
35 35  
36 36 #design_boxes {
... ...