From b8b6fd96e5d1c7e803550dd86d3c4ed577bba9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Tue, 22 Mar 2016 23:36:38 +0100 Subject: Add theme for MRP site. --- .../themes/mrp/sass/layouts/_fixed-rtl.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_fixed-rtl.scss (limited to 'sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_fixed-rtl.scss') diff --git a/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_fixed-rtl.scss b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_fixed-rtl.scss new file mode 100644 index 000000000..f5ad9de6d --- /dev/null +++ b/sites/brdo.brontosaurus.cz.mrp/themes/mrp/sass/layouts/_fixed-rtl.scss @@ -0,0 +1,10 @@ +/** + * @file + * RTL companion for the layout-fixed-width.css file. + */ + +// First we tell Zen grids to reverse the direction of all floats. +$zen-reverse-all-floats: true; + +// Then we import the LTR layout and the directions are automatically reversed. +@import "fixed"; -- cgit v1.2.3