19 lines
230 B
CSS
19 lines
230 B
CSS
/**
|
|
* @file
|
|
* RTL companion for the pages.css file.
|
|
*/
|
|
|
|
|
|
/*
|
|
* Header
|
|
*/
|
|
#logo /* Wrapping link for logo */ {
|
|
float: right;
|
|
}
|
|
|
|
/*
|
|
* Content
|
|
*/
|
|
.more-link /* Aggregator, blog, and forum more link */ {
|
|
text-align: left;
|
|
}
|