2010-07-06 05:25:51 +00:00
|
|
|
|
|
|
|
/* ---------- Basic Layout RTL Styles ----------- */
|
|
|
|
|
|
|
|
#content,
|
2010-11-30 17:43:52 +00:00
|
|
|
#sidebar-first,
|
|
|
|
#sidebar-second,
|
2010-08-22 13:57:02 +00:00
|
|
|
.region-triptych-first,
|
|
|
|
.region-triptych-middle,
|
|
|
|
.region-triptych-last,
|
|
|
|
.region-footer-firstcolumn,
|
|
|
|
.region-footer-secondcolumn,
|
|
|
|
.region-footer-thirdcolumn,
|
|
|
|
.region-footer-fourthcolumn {
|
2010-07-06 05:25:51 +00:00
|
|
|
float: right;
|
|
|
|
}
|
2010-10-05 01:48:11 +00:00
|
|
|
.region-header {
|
|
|
|
float: left;
|
|
|
|
}
|
2010-09-09 15:27:08 +00:00
|
|
|
#secondary-menu {
|
|
|
|
left: 0;
|
|
|
|
right: auto;
|
|
|
|
}
|