mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-15 19:22:08 -06:00
Successfully replaced application.css
This commit is contained in:
parent
84f0cb3765
commit
f92a0310dd
@ -13,8 +13,10 @@
|
||||
// {{{$subTitle}}}
|
||||
@endif
|
||||
</title>
|
||||
|
||||
<?php // echo stylesheet_link_tag(); ?>
|
||||
{{HTML::style('assets/stylesheets/bootstrap/bootstrap.min.css')}}
|
||||
{{HTML::style('assets/stylesheets/metisMenu/metisMenu.min.css')}}
|
||||
{{HTML::style('assets/stylesheets/sbadmin/sb.css')}}
|
||||
{{HTML::style('assets/stylesheets/fa/css/font-awesome.min.css')}}
|
||||
@yield('styles')
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
|
@ -7,7 +7,10 @@
|
||||
<base href="{{URL::route('index')}}/">
|
||||
<title>Firefly</title>
|
||||
|
||||
<?php // echo stylesheet_link_tag(); ?>
|
||||
{{HTML::style('assets/stylesheets/bootstrap/bootstrap.min.css')}}
|
||||
{{HTML::style('assets/stylesheets/metisMenu/metisMenu.min.css')}}
|
||||
{{HTML::style('assets/stylesheets/sbadmin/sb.css')}}
|
||||
{{HTML::style('assets/stylesheets/fa/css/font-awesome.min.css')}}
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
|
Loading…
Reference in New Issue
Block a user