styled changed
This commit is contained in:
parent
38092a051c
commit
de2cfeb66e
|
@ -56,7 +56,7 @@ EOF;
|
|||
$title = $args['title'];
|
||||
return <<<EOF
|
||||
<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>
|
||||
EOF;
|
||||
}
|
||||
|
|
|
@ -13,7 +13,8 @@
|
|||
<?php
|
||||
echo Theme::cssBootstrap();
|
||||
echo Theme::css(array(
|
||||
'bludit.css'
|
||||
'bludit.css',
|
||||
'bludit.bootstrap.css'
|
||||
), DOMAIN_ADMIN_THEME_CSS);
|
||||
?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue