Commit 76359da921b77cd1805550c3d4ff2fda5410e75f
1 parent
3380d62d
Exists in
master
and in
29 other branches
ActionItem152: making backgound scroll with the page (fixed backgound sucks)
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1227 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
public/designs/templates/default/stylesheets/style.css
@@ -15,14 +15,12 @@ body { | @@ -15,14 +15,12 @@ body { | ||
15 | */ | 15 | */ |
16 | background-position: 50% 25px; | 16 | background-position: 50% 25px; |
17 | background-repeat: repeat-x; | 17 | background-repeat: repeat-x; |
18 | - background-attachment: fixed; | ||
19 | background-image: url(../images/bg-top-cinza.jpg); | 18 | background-image: url(../images/bg-top-cinza.jpg); |
20 | } | 19 | } |
21 | 20 | ||
22 | #wrap { | 21 | #wrap { |
23 | - background-position: 50% 25px; | 22 | + background-position: 50% 23px; |
24 | background-repeat: repeat-x; | 23 | background-repeat: repeat-x; |
25 | - background-attachment: fixed; | ||
26 | background-image: url(../images/bg-top-azul.png); | 24 | background-image: url(../images/bg-top-azul.png); |
27 | } | 25 | } |
28 | 26 |