forked from Automattic/_s
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrtl.css
More file actions
Latest commit
17 lines (13 loc) · 361 Bytes
/
Copy pathrtl.css
File metadata and controls
17 lines (13 loc) · 361 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
Theme Name: _s
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
http://codex.wordpress.org/Right_to_Left_Language_Support
*/
/*
body {
direction: rtl;
unicode-bidi: embed;
}
*/