css -> Styles
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
xmlns:h="http://java.sun.com/jsf/html"
|
||||
xmlns:f="http://java.sun.com/jsf/core"
|
||||
xmlns:sf="http://www.springframework.org/tags/faces"
|
||||
template="/template.xhtml">
|
||||
template="/WEB-INF/layouts/standard.xhtml">
|
||||
|
||||
<ui:define name="content">
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
@import url("${request.contextPath}/resources/css-framework/css/forms.css");
|
||||
@import url("${request.contextPath}/resources/css-framework/css/layout-navtop-localleft.css");
|
||||
@import url("${request.contextPath}/resources/css-framework/css/layout.css");
|
||||
@import url("${request.contextPath}/resources/css/booking.css");
|
||||
@import url("${request.contextPath}/styles/booking.css");
|
||||
</style>
|
||||
<ui:insert name="headIncludes"/>
|
||||
</head>
|
||||
|
||||
Reference in New Issue
Block a user