Commit bb683d09779f8d420fbd781a24b905321503eed7
1 parent
93cf8eee
Exists in
master
and in
29 other branches
ActionItem152: 10px was too little
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1232 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 { | ... | ... |