Commit 1f86c59705612a64e14d6cf76bd4644f4094f294

Authored by AntonioTerceiro
1 parent 3ad4e8b3

ActionItem0: removing ugly background




git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@403 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/templates/default/stylesheets/style.css
... ... @@ -7,7 +7,7 @@ body {
7 7 }
8 8  
9 9 #content {
10   -background: url("../images/bg_bgheader.png") repeat-x;
  10 +/*background: url("../images/bg_bgheader.png") repeat-x;*/
11 11 }
12 12  
13 13 #header_content {
... ...
public/designs/templates/leftbar/stylesheets/style.css
... ... @@ -10,7 +10,7 @@ background: url("../images/bg_content.png") top center repeat-y;
10 10 }
11 11  
12 12 #content {
13   -background: url("../images/bg_bgheader.png") top left repeat-x;
  13 +/* background: url("../images/bg_bgheader.png") top left repeat-x; */
14 14 }
15 15  
16 16 #header_content {
... ...