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

Commit

Permalink
Remove zanata.css
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed Jul 22, 2013
1 parent 150d9a2 commit f8eb6a9
Showing 1 changed file with 10 additions and 11 deletions.
Expand Up @@ -14,27 +14,26 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>#{messages['jsf.PageTitle']}</title>
<link rel="shortcut icon" href="//webassets-zanata.rhcloud.com/1/favicon.ico" type="image/x-icon" />

<link type="text/css" rel="stylesheet" class="user" href="//webassets-zanata.rhcloud.com/1/assets/css/zanata.css"/>

<link type="text/css" rel="stylesheet" href="#{request.contextPath}/resources/fontello/css/fontello.css"/>
<link type="text/css" rel="stylesheet" href="//webassets-zanata.rhcloud.com/1/assets/css/style.css"/>
<link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,400italic"/>
<link type="text/css" rel="stylesheet" href="//webassets-zanata.rhcloud.com/1/assets/css/application.css"/>
<link type="text/css" rel="stylesheet" href="gwt/standard/standard.css" />

<script src="codemirror-compressed.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="codemirror.css"/>

<script src="diff_match_patch/javascript/diff_match_patch.js" type="text/javascript"></script>

<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
<script type="text/javascript" language="javascript" src="webtrans.nocache.js"></script>
</head>

<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
Expand All @@ -46,9 +45,9 @@
<div class="new-zanata">
<ui:include src="../WEB-INF/template/left_menu.xhtml" />
<ui:include src="../WEB-INF/template/right_menu.xhtml" />
</div>
</div>
</div>

<div class="off-canvas__inner">
<div class="new-zanata-base">
<div class="new-zanata">
Expand All @@ -57,14 +56,14 @@
</div>
<div id="container"/>
</div>
</div>
</div>

<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1' style="position:absolute;width:0;height:0;border:0"></iframe>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//webassets-zanata.rhcloud.com/1/assets/js/script.js"></script>
</body>

</html>
</f:view>

0 comments on commit f8eb6a9

Please sign in to comment.