diff --git a/public/designs/templates/default/stylesheets/style.css b/public/designs/templates/default/stylesheets/style.css index b9249fd..0da8864 100644 --- a/public/designs/templates/default/stylesheets/style.css +++ b/public/designs/templates/default/stylesheets/style.css @@ -7,7 +7,7 @@ body { } #content { -background: url("../images/bg_bgheader.png") repeat-x; +/*background: url("../images/bg_bgheader.png") repeat-x;*/ } #header_content { diff --git a/public/designs/templates/leftbar/stylesheets/style.css b/public/designs/templates/leftbar/stylesheets/style.css index 49a1ef6..b9c2496 100644 --- a/public/designs/templates/leftbar/stylesheets/style.css +++ b/public/designs/templates/leftbar/stylesheets/style.css @@ -10,7 +10,7 @@ background: url("../images/bg_content.png") top center repeat-y; } #content { -background: url("../images/bg_bgheader.png") top left repeat-x; +/* background: url("../images/bg_bgheader.png") top left repeat-x; */ } #header_content { -- libgit2 0.21.2