styled changed
This commit is contained in:
parent
38092a051c
commit
de2cfeb66e
|
@ -56,7 +56,7 @@ EOF;
|
||||||
$title = $args['title'];
|
$title = $args['title'];
|
||||||
return <<<EOF
|
return <<<EOF
|
||||||
<h2 class="mt-0 mb-3">
|
<h2 class="mt-0 mb-3">
|
||||||
<span class="oi oi-$icon" style="font-size: 0.7em;"></span> $title
|
<span class="fa fa-$icon" style="font-size: 0.7em;"></span> $title
|
||||||
</h2>
|
</h2>
|
||||||
EOF;
|
EOF;
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
<?php
|
<?php
|
||||||
echo Theme::cssBootstrap();
|
echo Theme::cssBootstrap();
|
||||||
echo Theme::css(array(
|
echo Theme::css(array(
|
||||||
'bludit.css'
|
'bludit.css',
|
||||||
|
'bludit.bootstrap.css'
|
||||||
), DOMAIN_ADMIN_THEME_CSS);
|
), DOMAIN_ADMIN_THEME_CSS);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue