Project

General

Profile

Download (268 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * @file
3
 * RTL companion for the fixed-width.css file.
4
 */
5

    
6

    
7
// First we tell Zen grids to reverse the direction of all floats.
8
$zen-reverse-all-floats: true;
9

    
10
// Then we import the LTR layout and the directions are automatically reversed.
11
@import "fixed-width";
(1-1/4)