1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

add TEXTDIRECTION CSS in default header

This commit is contained in:
marj
2009-10-29 00:16:40 +00:00
parent a2d4367d95
commit 73e5cad78e
2 changed files with 54 additions and 3 deletions

View File

@@ -0,0 +1,40 @@
/* Right to Left StyleSheet
* Only a few redefinitions are necessary
* as this file is loaded after all other CSS files and other definitions
*/
/* Core Formatting */
.left {
text-align: right
}
.right {
text-align: left
}
.f-left {
float: right
}
.f-right {
float: left
}
.clear-r {
clear: right
}
.clear-l {
clear: left
}
/* RESET CSS *********************************************************************************************/
/* Global */
*, body {
direction: rtl;
text-align: right
}
th {
text-align: right
}