css -> Styles

This commit is contained in:
Keith Donald
2008-02-27 16:45:22 +00:00
parent e011bebd16
commit 5050cf25be
3 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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>