From e59f5c8e13f640166e6fe056500d36edd6cb6df6 Mon Sep 17 00:00:00 2001 From: Eugen Date: Mon, 24 Apr 2017 18:03:53 +0200 Subject: Add an RTL stylesheet for Arabic i18n (#2378) --- app/assets/stylesheets/application.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/stylesheets/application.scss') diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 35bdd3b6a..fb1767954 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -18,3 +18,4 @@ @import 'about'; @import 'tables'; @import 'admin'; +@import 'rtl'; -- cgit