Skip to content

Commit 16caae8

Browse files
Update Utility.php
1 parent 60a579b commit 16caae8

File tree

1 file changed

+1
-1
lines changed
  • astroid/astroid-framework/framework/library/astroid/Component

1 file changed

+1
-1
lines changed

astroid/astroid-framework/framework/library/astroid/Component/Utility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public static function layout()
9999
$layout_background_image = $params->get('layout_background_image', '');
100100

101101
if (!empty($layout_background_image)) {
102-
$style = new Style('.astroid-layout.astroid-layout-boxed');
102+
$style = new Style('body');
103103
$style->addCss('background-image', 'url(' . \JURI::root() . Helper\Media::getPath() . '/' . $layout_background_image . ')');
104104
$style->addCss('background-repeat', $params->get('layout_background_repeat', 'inherit'));
105105
$style->addCss('background-size', $params->get('layout_background_size', 'inherit'));

0 commit comments

Comments
 (0)