root / drupal7 / themes / bartik / css / layout-rtl.css @ 134c7813
1 |
|
---|---|
2 |
/* ---------- Basic Layout RTL Styles ----------- */
|
3 |
|
4 |
#content,
|
5 |
#sidebar-first,
|
6 |
#sidebar-second,
|
7 |
.region-triptych-first,
|
8 |
.region-triptych-middle,
|
9 |
.region-triptych-last,
|
10 |
.region-footer-firstcolumn,
|
11 |
.region-footer-secondcolumn,
|
12 |
.region-footer-thirdcolumn,
|
13 |
.region-footer-fourthcolumn {
|
14 |
float: right; |
15 |
} |
16 |
.region-header {
|
17 |
float: left; |
18 |
} |
19 |
#secondary-menu {
|
20 |
left: 0; |
21 |
right: auto; |
22 |
} |