Skip to content

Commit

Permalink
OF-2620 - Make CSS absolute too
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishbowler authored and guusdk committed Oct 26, 2023
1 parent 03bddc6 commit 75cb942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xmppserver/src/main/webapp/decorators/main.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title><%= AdminConsole.getAppName() %> <fmt:message key="login.title" />: <decorator:title /></title>
<link rel="stylesheet" href="style/framework/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="style/framework/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="/style/framework/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="/style/framework/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" type="text/css" href="<%= path %>/style/global.css">
<script src="<%= path %>/js/cookies.js"></script>
<script src="<%= path %>/js/behaviour.js"></script>
Expand Down

0 comments on commit 75cb942

Please sign in to comment.