Merge CSS into one file
This commit is contained in:
parent
c77a184c37
commit
c96e27b8d2
4 changed files with 55 additions and 132 deletions
|
@ -3,7 +3,7 @@
|
|||
<meta property="og:type" content="website">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#333333">
|
||||
<link rel="stylesheet" href="{{ URL::asset ('css/dark.css') }}"/>
|
||||
<link rel="stylesheet" href="{{ URL::asset ('css/master.css') }}"/>
|
||||
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32"/>
|
||||
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16"/>
|
||||
|
||||
|
@ -12,4 +12,3 @@
|
|||
<meta property="og:title" content="~floppydisk / @yield('title')">
|
||||
<meta property="og:description" content="@yield('description')">
|
||||
<meta property="og:image" content="/favicon.png">
|
||||
<style>td{padding:0px;}</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue