12 lines
157 B
CSS
12 lines
157 B
CSS
/**
|
|
* @file
|
|
* RTL companion for the ie6.css file.
|
|
*/
|
|
|
|
|
|
/*
|
|
* Layout CSS
|
|
*/
|
|
#page {
|
|
text-align: right; /* 2nd part of IE5/IE6quirks centering hack */
|
|
}
|