forked from I2P_Developers/i2p.i2p
Fixed RTL bug in console: Arabic is displayed with right aligned text using a custom console_ar.css
This commit is contained in:
@@ -43,4 +43,13 @@
|
||||
<%
|
||||
}
|
||||
%>
|
||||
<%
|
||||
// Use RTL theme for Arabic
|
||||
if (intl.getLang().equals("ar")) {
|
||||
%>
|
||||
<link href="<%=intl.getTheme(request.getHeader("User-Agent"))%>console_ar.css" rel="stylesheet" type="text/css">
|
||||
<%
|
||||
}
|
||||
%>
|
||||
|
||||
<!--[if IE]><link href="/themes/console/classic/ieshim.css" rel="stylesheet" type="text/css" /><![endif]-->
|
||||
|
Reference in New Issue
Block a user