Project

General

Profile

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

    
6
@import "base";
7

    
8

    
9
ul.primary,
10
ul.secondary {
11
  li {
12
    float: right;
13
  }
14
}
15

    
16
ul.primary {
17
  li {
18
    margin: 0.5em 3px 0 0;
19
  }
20
}
(18-18/21)