2010-07-06 05:25:51 +00:00
|
|
|
/* $Id$ */
|
|
|
|
|
|
|
|
/* ---------- Basic Layout RTL Styles ----------- */
|
|
|
|
|
|
|
|
#content,
|
|
|
|
.sidebar,
|
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;
|
|
|
|
}
|