Commit d8304d6bd035d7b53710d8b8a136f92fb2c48d5c

Authored by AntonioTerceiro
1 parent 53da384f

ActionItem62: making the empty header shorter



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1089 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
... ... @@ -33,7 +33,7 @@ body {
33 33 }
34 34  
35 35 #header {
36   -height: 145px;
  36 + height: 65px;
37 37 }
38 38  
39 39 #design_boxes {
... ... @@ -77,6 +77,9 @@ clear: both;
77 77 color: #333;
78 78 margin: 0px;
79 79 padding: 5px;
  80 +
  81 + position: absolute;
  82 + bottom: 0px;
80 83 }
81 84  
82 85 /* Notice */
... ...