feat: remove rtl css, as it does nothing
All checks were successful
continuous-integration/drone/pr Build is passing

When it is being implemented should probably be in global css rather than with conditionals
This commit is contained in:
Darragh Elliott 2024-09-18 18:44:36 +01:00
parent 080b22f8ff
commit e5f16158d2
2 changed files with 0 additions and 27 deletions

View File

@ -103,15 +103,6 @@
<xsl:attribute name="type">text/css</xsl:attribute>
</xsl:element>
<xsl:if test="/buildinfo/@language='ar'">
<xsl:element name="link">
<xsl:attribute name="rel">stylesheet</xsl:attribute>
<xsl:attribute name="media">all</xsl:attribute>
<xsl:attribute name="href"><xsl:value-of select="$urlprefix"/>/look/rtl.css</xsl:attribute>
<xsl:attribute name="type">text/css</xsl:attribute>
</xsl:element>
</xsl:if>
<xsl:element name="link">
<xsl:attribute name="rel">icon</xsl:attribute>
<xsl:attribute name="href">

View File

@ -1,18 +0,0 @@
/*
* rtl (right-to-left) languages, such as Arabic and Hebrew,
* needs certain elements right aligned, such as sidebar.
*/
/* TODO
*
* change alignment of fsfe logo to the right and menu on the left
*
* frontpage: newsletter on the left, news on the right
*
* sidebar on the right
*
* menu items bottom on the right first
*
*/