reliefsupports.org-v1
reliefsupports.org-v1 copied to clipboard
flat-ui.min.css not working in the Firefox browser
flat-ui.min.css not working in the Firefox browser. also not working in the developer edition. http://prntscr.com/fd9ch2
find this file reliefsupports/resources/views/layouts/master.blade.php
<link href="/public/css/flat-ui.min.css" rel="stylesheet">
This is the issue,
Change this in to
<link href="/css/flat-ui.min.css" rel="stylesheet">
you good to go
Do it to js too.
Will be fixed after https://github.com/reliefsupports/reliefsupports.org/pull/154