Commit 9a9aaa4062a20ffe8a57a65a584d40eedbc656b7
1 parent
4672245c
Exists in
master
and in
29 other branches
ActionItem360: Zen3 footer with logos
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1770 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
4 additions
and
0 deletions
Show diff stats
903 Bytes
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, | ... | ... |