diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index f59d9832b..a73371500 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -22,6 +22,8 @@
= stylesheet_link_tag "blueprint/screen", :media => 'screen'
= stylesheet_link_tag "blueprint/print", :media => 'print'
= include_stylesheets :default, :media => 'all'
+ - if RTL_LANGUAGES.include? I18n.locale
+ = include_stylesheets :rtl, :media => 'all'