Fix css order bug
This commit is contained in:
parent
cdcc9c026a
commit
f33a3845d2
1 changed files with 3 additions and 3 deletions
|
@ -27,12 +27,12 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- CSS -->
|
<!-- CSS -->
|
||||||
<!-- Custom CSS -->
|
|
||||||
<%= asset :css, :main %>
|
|
||||||
|
|
||||||
<!-- TiptueSearch CSS -->
|
<!-- TiptueSearch CSS -->
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css" >
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.css" >
|
||||||
|
|
||||||
|
<!-- Custom CSS -->
|
||||||
|
<%= asset :css, :main %>
|
||||||
|
|
||||||
<!-- Font Awesome -->
|
<!-- Font Awesome -->
|
||||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue