Commit 9a9aaa4062a20ffe8a57a65a584d40eedbc656b7

Authored by AurelioAHeckert
1 parent 4672245c

ActionItem360: Zen3 footer with logos

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1770 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/zen3/images/logo-colivre-footer.gif 0 → 100644

903 Bytes

public/designs/themes/zen3/images/logo-ynternet-footer.gif 0 → 100644

532 Bytes

public/designs/themes/zen3/stylesheets/common.css
... ... @@ -71,10 +71,14 @@ ul li {
71 71 #footer-esq {
72 72 float: left;
73 73 text-align: left;
  74 + background: url(../images/logo-ynternet-footer.gif) no-repeat 0% 50%;
  75 + padding: 5px 0px 10px 45px;
74 76 }
75 77 #footer-dir {
76 78 float: right;
77 79 text-align: right;
  80 + background: url(../images/logo-colivre-footer.gif) no-repeat 100% 50%;
  81 + padding: 5px 45px 10px 0px;
78 82 }
79 83  
80 84 #footer-esq:hover,
... ...