projects
/
project/zen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
by JohnAlbin: Add @import base to all sass files.
[project/zen.git]
/
STARTERKIT
/
sass
/
tabs-rtl.scss
1
//
2
// RTL companion for the tabs.scss file.
3
//
4
5
@import "base";
6
7
8
ul.primary {
9
padding: 0 10px 0 0;
10
11
li {
12
float: right;
13
}
14
}
15
16
ul.secondary {
17
padding: 0 5px 0 0;
18
19
li {
20
float: right;
21
border-left: none;
22
}
23
}