Fix css order bug
This commit is contained in:
parent
cdcc9c026a
commit
f33a3845d2
1 changed files with 3 additions and 3 deletions
|
@ -27,11 +27,11 @@
|
|||
</script>
|
||||
|
||||
<!-- CSS -->
|
||||
<!-- Custom CSS -->
|
||||
<%= asset :css, :main %>
|
||||
|
||||
<!-- TiptueSearch 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 -->
|
||||
<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