Skip to content

Commit

Permalink
index was point to the wrong css
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgregorio committed Aug 21, 2018
1 parent 686d394 commit 961e93d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/webapp/index.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
<h:outputStylesheet library="adminlte" name="css/adminlte.min.css"/>
<h:outputStylesheet library="adminlte" name="css/all-skins.min.css"/>
<h:outputStylesheet library="pace" name="css/theme.css"/>
<h:outputStylesheet library="application" name="css/custom.css"/>
<h:outputStylesheet library="application" name="css/lte-custom.css"/>
<h:outputStylesheet library="application" name="css/pf-custom.css"/>
<h:outputStylesheet library="application" name="css/utilities.css"/>

<f:metadata>
Expand Down

0 comments on commit 961e93d

Please sign in to comment.