feat: remove rtl css, as it does nothing
All checks were successful
continuous-integration/drone/pr Build is passing
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:
parent
080b22f8ff
commit
e5f16158d2
@ -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">
|
||||
|
@ -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
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user