Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Full Richfaces 4 template and home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Munoz committed Jan 30, 2013
1 parent aa4862f commit 645589a
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zanata-war/src/main/webapp/WEB-INF/layout/template.xhtml
Expand Up @@ -17,7 +17,7 @@
href="#{request.contextPath}/images/favicon.ico" type="image/x-icon" />
<h:outputStylesheet library="css" name="zanata.css" />
<h:outputStylesheet library="css" name="menu.css" />
<h:outputStylesheet library="css" name="fontello.css" />
<link type="text/css" rel="stylesheet" href="#{request.contextPath}/resources/fontello/css/fontello.css"/>
<ui:insert name="head" />
</h:head>

Expand Down
Expand Up @@ -3,7 +3,7 @@
@font-face {
font-family: 'fontello';
src: url("../font/fontello.eot");
src: url("../font/fontello.eot?#iefix") format('embedded-opentype'), url("../font/fontello.woff") format('woff'), url("../font/fontello.ttf") format('truetype'), url("../font/fontello.svg#fontello") format('svg');
src: url("../font/fontello.eot?#iefix") format('embedded-opentype'), url("../font/fontello.woff") format('woff'), url("../../../../images/fontello/font/fontello.ttf") format('truetype'), url("../font/fontello.svg#fontello") format('svg');
font-weight: normal;
font-style: normal;
}
Expand Down

0 comments on commit 645589a

Please sign in to comment.