summaryrefslogtreecommitdiffstatshomepage
path: root/themes/bartik/css/layout-rtl.css
blob: fa81e4f862e85600ea7798f967f67f589cada1f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

/* ---------- Basic Layout RTL Styles ----------- */

#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  float: right;
}
.region-header {
  float: left;
}
#secondary-menu {
  left: 0;
  right: auto;
}